Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: SQL Server sessiona (Are they persistent)


Message #1 by "Gurneet Singh Jodhka" <Gurneet_Jodhka@i...> on Tue, 21 Jan 2003 21:05:23 +0530
Hi there,

No, you won't. The Session ID is stored in a Session cookie. A Session 
cookie is one that last only during one browser session and is never stored 
to disk.
As soon as the browser is closed, the value is lost, so there is no way to 
retrieve it again.

There are some work arounds, for example when you don't use cookies but 
save the session info in the QueryString, but IMO, you shouldn't rely on 
that or try to use it.


HtH

Imar


At 09:05 PM 1/21/2003 +0530, you wrote:
>Hi All,
>I am using SQL Server for Session state management
>I am just trying to know that if the user closes his browser and his 
>session time out hasnot happend In case of SQL server mode will i be able 
>to retrive back his seetings if he comes back or not before Session time 
>out or will that values will not be available???
>
>
>Regards
>Gurneet Singh Jodhka
>



  Return to Index