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
>