| Showing 1 - 10 from 17 tutorials on Page 1. |  | |
| | | Cookies | | Learn how to create and retrieve cookies in this simple tutorial. | | Added: 22 March 2007 - Visits: 338 | | | | | | | | 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. | | Added: 22 March 2007 - Visits: 136 | | | | | | | | 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. XSess passes the entire session from one ASP webserver ... | | Added: 22 March 2007 - Visits: 150 | | | | | | | | Introduction to Cookies Method | | A basic information on using Cookies in ASP. An access counter is used as an example. | | Added: 21 March 2007 - Visits: 135 | | | | | | | | 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 with only basic features are described. | | Added: 21 March 2007 - Visits: 112 | | | | | | | | Creating Cookies With ASP | | 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. | | Added: 20 March 2007 - Visits: 114 | | | | | | | | Cookies 101 | | 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. | | Added: 19 March 2007 - Visits: 117 | | | | | | | | 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 your own sessions without cookies | | Added: 19 March 2007 - Visits: 163 | | | | | | | | 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 your own site. | | Added: 19 March 2007 - Visits: 111 | | | | | | | | Cookies with ASP | | 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... | | Added: 18 March 2007 - Visits: 125 | | | | | |