Welcome to FreeCodeMomma.com! - ASP : Tutorials : Cookies Free Source Code, javascript,vb source code,HTML code,asp tutorial
Categories
AJAX
ASP
ASP.Net
C#
C/C++
CSS
DHTML
Embedded Visual Basic
Flash
HTML
Information Technology
Java
JavaScript
JSP
Perl
PHP
SQL
SVG
Visual Basic
XML
New Choices
LinksASPTutorialsCookies
ASP Scripts, ASP Source Code, ASP Articles, ASP Tutorials and ASP Resources

  • ASP Cookies
  • A cookie is often used to identify a user. A cookie is a small file that the server embeds on the user's computer. Each time the same computer requests for a page with a browser, it will send the cookie too. With ASP, you can both create and retrieve cookie values.\r\n\r\n

  • ASP Session Transfer across domains
  • You may have come across a situation where you have two ASP websites, possibly on different servers, and you wish to pass a visitor from site 1 to site 2 whilst retaining all the session variables.\r\nXSess passes the entire session from one ASP webserver to another securely.\r\nXSess consists of a function, and a few supporting functions, contained in an include file. \r\n

  • ASP: Active Sessions, Active Logins and Total Site Hits
  • Many websites use a tracking-component pasted on their homepage to keep track on the number of visits to their website. This method is not accurate as it doesn’t really keep track of the genuine page-hits to their site (not that it really matters...).

  • Creating Cookies With ASP
  • No matter how you feel about cookies, good bad or indifferent, they are an integral part of many webs. Why not unlock the mystery and write your own? Here's a quick rundown on this.

  • How to create and retrieve cookies using ASP
  • Cookies are easy to create and retrieve using ASP.\r\nThey can be used to remember things about a user when they come back to your site. Cookies expire after a certain amount of time which you can set. Also, the clients browser must have cookies enabled for them to work.

  • An Overview of Cookie Detection in ASP
  • Not yet reviewed

  • Cookies 101
  • Not yet reviewed

  • Cookies Across Domains
  • Not yet reviewed

  • Cookies with ASP
  • Not yet reviewed

  • Here, There, and Back Again: Maintaining State Across Domains
  • Not yet reviewed

  • How Session variables work
  • Not yet reviewed

  • Introduction to Cookies Method
  • Not yet reviewed

  • Let's bake some cookies!
  • Not yet reviewed

  • Maintaining Session State With ASP
  • Not yet reviewed

  • Quick Cookie 101
  • Not yet reviewed

  • Sesion and Application
  • Not yet reviewed

  • Sessions & Cookies
  • Not yet reviewed

  • State Mechanisms in ASP
  • Not yet reviewed

  • Using Cookies
  • Not yet reviewed

  • Write and Read A Cookie
  • Not yet reviewed


     
    Tell a Friend |  Request a Solution |  News
    About Me |  Link to Me |  Contact Me |  Privacy Policy |  Terms of Use
    Copyright 2003-2009 FreeCodeMomma.com, Inc.