|
|
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. |
|
|
|