Tutorial explaining how to read and write cookies and why they can come in handy. The tutorial also gives examples of how cookies can be used to personalize webpages.
You may have a situation where you have two ASP websites, which could be on different servers, and you need to pass a visitor from the first site to the second site, whilst retaining all the session variables. This is the purpose of the XSess Session transfer script. Note: session array objects are not transferred. The session variables are passed in the querystring, and are encrypted to protect the confidentiality of the contents of the session variables. XSess consists of a function, and a few supporting functions, contained in an include file.
Sessions and cookies can be used to persist visitor information. This article shows us how to maintain session state with ASP using a combination of cookies, sessions and the global.asa file.
This quick and simple tutorial gives you an quick idea on how cookies are set & read by your scripts. Cookies are a quick and easy way to add any form of interaction to your site this tutorial gives you a quick 101 on how to use them in your scripts. A tutorial worth a read for both beginners and advanced.
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.
This tutorial shows how to keep information from the user in your server (Session method) and how to share information between users (Application method). This is only a basic tutorial for beginners with only basic features are described.
This article describes three simple techniques which combine persistent cookie management and creative redirects to give users a consistent experience as they move through sites in different subdomains and domains.