Hits Today: 1 Total: 3212 | Updated: 5/31/2001 | |
 | 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 |
Hits Today: 1 Total: 3776 | Updated: 9/4/2000 | |
 | 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 |
Hits Today: 1 Total: 10524 | Updated: 2/8/1999 | |
 | 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 | |  | |
Hits Today: 1 Total: 3939 | Updated: 3/11/2001 | |
 | 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 |
Hits Today: 1 Total: 5949 | Updated: 8/29/2000 | |
 | 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 |
Hits Today: 1 Total: 4212 | Updated: 3/1/2000 | |
 | 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 |
Hits Today: 1 Total: 4193 | Updated: 11/13/2000 | |
 | 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 | |  | |
Hits Today: 1 Total: 3053 | Updated: 4/3/2000 | |
 | 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 |
Hits Today: 1 Total: 4352 | Updated: 12/10/2000 | |
 | 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 |
|