Cookies & Sessions
How to modify expire date of a cookie
posted bydevtutorialsinCookies & Sessions
To create cookies in ASP is so easy. After creating cookies, you will store it in client's visitors. While creating cookies, you must notice to modify the expire date of cookies. Because life length of a cookies is in your hands.
Reviews1
PriceFree
Views1025
Cookies Basics
posted bybouvilloninCookies & Sessions
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.
Reviews0
PriceFree
Views1318
ASP Tutorials - Sending, Receiving Cookies, and Persistent Cookies
posted byheronginCookies & Sessions
This tutorial describes: What is a cookie? Sending and receiving cookies. Cookie properties and itemized values. Other cookie features.
Reviews0
PriceFree
Views1898
ASP Tutorials - Managing Session Object and Passing Variables in Session
posted byheronginCookies & Sessions
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.
Reviews0
PriceFree
Views2211
Reviews0
PriceFree
Views2146
Read and Writing Cookies
posted bydrewinCookies & Sessions
Learn how to read and write cookies with ASP through forms.
Reviews0
PriceFree
Views1934
Read and Write Cookies
posted bymichaelinCookies & Sessions
Tutorial explaining how to read and write cookies and why they can come in handy. The tutorial also gives examples of how cookies can be used to personalize webpages.
Reviews0
PriceFree
Views3149
ASP Session Transfer across domains
posted byNickSumnerinCookies & Sessions
You may have a situation where you have two ASP websites, which could be on different servers, and you need to pass a visitor from the first site to the second site, whilst retaining all the session variables.
This is the purpose of the XSess Session transfer script. Note: session array objects are not transferred.
The session variables are passed in the querystring, and are encrypted to protect the confidentiality of the contents of the session variables.
XSess consists of a function, and a few supporting functions, contained in an include file.
Reviews0
PriceFree
Views4537
Quick Cookie 101
posted bydougrathboneinCookies & Sessions
This quick and simple tutorial gives you an quick idea on how cookies are set & read by your scripts. Cookies are a quick and easy way to add any form of interaction to your site this tutorial gives you a quick 101 on how to use them in your scripts. A tutorial worth a read for both beginners and advanced.
Reviews0
PriceFree
Views2928
Creating Cookies With ASP
posted byderekinCookies & Sessions
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.
Reviews1
PriceFree
Views3817
Using Cookies
posted bylonnyinCookies & Sessions
Get some information about those cookies you keep hearing about, learn how to create one yourself.
Reviews0
PriceFree
Views2667
Sesion and Application
posted bywebmasterinCookies & Sessions
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 with only basic features are described.
Reviews0
PriceFree
Views3281
Introduction to Cookies Method
posted bywebmasterinCookies & Sessions
A basic information on using Cookies in ASP. An access counter is used as an example.
Reviews0
PriceFree
Views2302
Here, There, and Back Again: Maintaining State Across Domains
posted byjwhitneyinCookies & Sessions
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.
Reviews0
PriceFree
Views2053
How Session variables work
posted byhotscriptsinCookies & Sessions
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).
Reviews0
PriceFree
Views7943
State Mechanisms in ASP
posted bybarryinCookies & Sessions
There are several ways to maintain state in ASP. This article takes a look at them, and a means to determine which ones are best to employ.
Reviews0
PriceFree
Views1644
An Overview of Cookie Detection in ASP
posted byjohninCookies & Sessions
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.
Reviews0
PriceFree
Views4036
Cookies Across Domains
posted byclpayneinCookies & Sessions
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.
Reviews1
PriceFree
Views2627
Write and Read A Cookie
posted byinfoinCookies & Sessions
Cookies enable you to write text directly to a users computer. This can be used to easily recognize if a user has been to your site before or used to prevent multiple entries in to forms. This example will take any input you type in and write it to a cookie. A hyperlink to the same page is created to demonstrate on subsequent visits (within 3 days) the user will see their input rather then the text input box.
Reviews0
PriceFree
Views4562
Cookies with ASP
posted bystevenatorinCookies & Sessions
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.
Reviews0
PriceFree
Views5852