Session Object Question...

B

Brian Patrick

I'm wondering where the data is stored for Session objects. Is it passed to
the browser, and then passed back to the server during page requests? Or,
is the Session data always on the server, and the browser simply passes the
server it's unique session id?

Thanks...
 
E

Evertjan.

Brian Patrick wrote on 09 dec 2004 in
microsoft.public.inetserver.asp.general:
I'm wondering where the data is stored for Session objects. Is it
passed to the browser, and then passed back to the server during page
requests? Or, is the Session data always on the server, and the
browser simply passes the server it's unique session id?

Only the session.id is stored on the client as a simple ram-cookie.

The client browser knows nothing about [the idea of] sessions.
 
E

Egbert Nierop \(MVP for IIS\)

Brian Patrick said:
I'm wondering where the data is stored for Session objects. Is it passed
to the browser, and then passed back to the server during page requests?
Or, is the Session data always on the server, and the browser simply
passes the server it's unique session id?

Technically, it is stored within the ASP -server application process memory-
using the GIT (global interface table).

in asp.net there are a lot more possibilities to store data .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,161
Messages
2,570,892
Members
47,431
Latest member
ElyseG3173

Latest Threads

Top