Forum Moderators: phranque

Message Too Old, No Replies

ASP VBScript - Session cookies

Where are ASP session cookies stored?

         

bmatth1

8:18 pm on Sep 7, 2003 (gmt 0)

10+ Year Member



I tried using session cookies (ASP VBScript), and I cannot find where they are stored. Are these cookies stored on the hosting server, or on the client's computer?
Thank you
Bob

macrost

2:42 am on Sep 8, 2003 (gmt 0)

10+ Year Member



If you don't store the cookies onto their hd, then they will be stored in memory depending on how long the specific session will last. If I'm wrong, someone please correct me. ;)

Mac

<added>client-side</added>

bmatth1

5:06 pm on Sep 9, 2003 (gmt 0)

10+ Year Member



Thank you for responding Mac. I believe this is correct. However, I cannot seem to locate the cookie once I have saved it.