|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (8 bit)
Join Date: Apr 2004
Location: Rhode Island
Posts: 229
|
Session Var
Heya all,
Just a quick question. Are session var stored server side or client side? Thank you |
|
|
|
|
|
#2 |
|
Member (9 bit)
Join Date: Jan 2004
Location: Singapore
Posts: 448
|
Hi,
If I am not wrong, session is stored on the server side while cookie is stored on the client side. Do correct me if I am wrong =) |
|
|
|
|
|
#3 |
|
Member (7 bit)
Join Date: Feb 2004
Location: Owings Mills, MD
Posts: 95
|
It's a combination of both but mainly server side. The server installs a temp cookie on the client to keep it "linked" between the user and the application. The session variable expires when the server times out (server side) or when the user ends the session by closing the browser, etc. (client side).
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|