|
|
|||||||
|
Managing Session with and without Cookies If the user's browser doesn't support cookie or has it turned off, will the ASP's session work properly? The answer is no. This tutorial shows you why, and provides you suggestions on how to manage yo... Sessions This tutorial will help you understand: 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 s... Using Cookies This tutorial will help you understand: What is a cookie? Sending and receiving cookies. Cookie properties and itemized values. Some other cookie definitions. Cookies Learn how to create and retrieve cookies in this simple tutorial. Maintaining Session State With ASP 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. 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. XS... Sesion and Application 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 w... Introduction to Cookies Method A basic information on using Cookies in ASP. An access counter is used as an example. How Session variables work 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). An Overview of Cookie Detection in ASP 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 you... |
||||||||