|
|
| Profiles & Cookies [+] Favor-It | |
| |
 |
| | Sort By:
|
This code displays all cookies that are on your computer from a specific domain. That domain is whatever site you view the .asp page through. Author: Chris Blessing Code: ASP 3.0 & VBScript |
The basics of this tutorial is to have you learn how to use cookies in your ASP pages for the first time. Author: A. Haneng Code: ASP 2.0 & VBScript |
A useful cookie utility that gives you an overview of how to manage cookies on your website. No cookie monsters here. Author: Gary Williams Code: ASP 2.0 & VBScript |
|  | |
In looking for an easy way to detect the client browser's cookie settings, everything I've found has been complex. Each example I've found requires a page refresh or redirect to itself. Author: Jeff Allen Code: ASP 3.0 & VBScript |
What happens if a client requires you to create a cookieless ASP application? How can you track the user's session from page to page? I'll show you how, with a couple of simple include files, you can store non-durable data for cookie-less sessions.
Author: Nannette Thacker Code: ASP 3.0 & VBScript |
This tutorial is about cookies, although not about those gooey cookies my grandma makes. Rather, it's about small text files, saved on the client's computer, for customization purposes.
Author: 4GuysFromRolla Code: ASP 2.0 & VBScript |
This tutorial shows you how to determine if the user's browser is javascript and cookie enabled. Knowing the user's browser configuration lets you adjust your site design to make it more accessible. A printable version of the code is also available. Author: Jon Wetzel Code: ASP 2.0 & JScript |
|  | |
This is a tutorial that discusses what cookies are and how you can use them on your web site to provide customization.
Author: 4GuysFromRolla Code: ASP 2.0 & VBScript |
Cookies are not transferrable across domains; the only domain that can access the cookie is the domain that created it. This article takes a look at how to bypass this limitation using Active Server Pages Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|