Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 17th, 2005, 05:23 AM
Friend of Wrox
 
Join Date: Sep 2004
Posts: 104
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to sureshbabu Send a message via Yahoo to sureshbabu
Default Location of session Data

Hi Guys!!
   Excuse me for the basic doubt i have.
I know that, the session data will be stored in the Cookies.
Where Can i find these cookies on my system.
On my system in the documents and setting i found one folder named as "cookies". In those variables there is no session data.

Can u give me the explanation...
Thanks in advance..



 
Old August 17th, 2005, 06:35 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Sessions are *not* stored in cookies; they are stored in memory on the web server.

What gets stored at the client in a cookie is the *session ID* (to related the user's session ID to the session memory on the server) and not the actual contents. This session ID is stored as a session cookie which means it's (usually??) stored in the memory of the client machine, and not in a file.

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to set the crystal report data source location gbilios Crystal Reports 13 September 22nd, 2010 05:16 PM
How to copy data at a location pointed by IntPtr srinvas40 C# 0 August 13th, 2006 05:03 AM
changing data source location at run time sandeepjakhotya Crystal Reports 0 April 16th, 2006 05:40 AM
Transferring data from [location].. robprell Flash (all versions) 0 November 29th, 2005 07:03 PM
how to setup the session data junemo Beginning PHP 11 April 20th, 2004 03:52 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.