jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Cookies and Sessions

DeEnFrSp
Amount: 20
Displaying: 1 - 10
Pages: [1] 2 >>
Sort Listings By:
Hits: 271

An Overview of Cookie Detection in ASP

Rating 0.0 0.0
This article will explain the problems faced with detecting cookies in ASP and address them one by one. You will then be presented with a cookie detection script written in ASP that you can use on your own site.
Platform(s): n/a Date: Feb, 08 2001
DETAIL
Hits: 596

ASP Tutorials - Managing Session Object and Passing Variables in Session

Rating 0.0 0.0
This tutorial describes: How ASP server uses cookies to pass an ID with the browser to link multiple HTTP requests together. How ASP server offers the session object to ASP pages to share information between multiple requests or pages. Different ways to pass information between requests or pages. How Perl tools can be used to help debug ASP applications at the HTTP communication level.
Platform(s): Windows Date: Aug, 14 2006
DETAIL
Hits: 1003

ASP Tutorials - Sending, Receiving Cookies, and Persistent Cookies

Rating 0.0 0.0
This tutorial describes: What is a cookie? Sending and receiving cookies. Cookie properties and itemized values. Other cookie features.
Platform(s): Windows Date: Aug, 19 2006
DETAIL
Hits: 270

Cookies 101

Rating 0.0 0.0
Cookies are a very useful; they can store usernames/password, preferences, last visits, etc. This short explains how to store information a user may type in at a typical website.
Platform(s): n/a Date: Oct, 25 2000
DETAIL
Hits: 434

Cookies Across Domains

Rating 0.0 0.0
Cookies are not transferrable across domains; the only domain that can access the cookie is the domain that created it. This article describes solutions to bypass this limitation using Active Server Pages.
Platform(s): n/a Date: Jan, 09 2001
DETAIL
Hits: 901

Cookies Basics

Rating 0.0 0.0
A cookie is a message given to a Web browser by a Web server. The main purpose of cookies is to identify users and possibly prepare customized Web pages for them. This article explains benefits of using cookies and shows how to create and retrieve them. Dictionary cookies are also explained.
Platform(s): Windows Date: Oct, 25 2006
DETAIL
Hits: 263

Cookies with ASP

Rating 0.0 0.0
Cookies can be a good method for passing data between pages and especially for retaining data between sessions. Today, it's pretty safe to assume that anyone who is using your site can use cookies, since nearly every site that is non-static makes use of them(including all ASP sites that use sessions). It is also possible to set and read cookies using client-side code, but it is a bit more difficult. Reading and writing cookies using Active Server Pages' built in Request and Response objects is incredibly easy.
Platform(s): n/a Date: May, 18 2000
DETAIL
Hits: 750

Creating Cookies With ASP

Rating 0.0 0.0
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.
Platform(s): n/a Date: Jun, 17 2002
DETAIL
Hits: 136

Here, There, and Back Again: Maintaining State Across Domains

Rating 0.0 0.0
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.
Platform(s): n/a Date: May, 16 2001
DETAIL
Hits: 266

How Session variables work

Rating 0.0 0.0
Session variables can store user-specific information for you. This tutorial explain how to configure your server and how they work (and when they don't).
Platform(s): n/a Date: Apr, 18 2001
DETAIL
Amount: 20
Displaying: 1 - 10
Pages: [1] 2 >>