Possible Duplicate:
Get session object from sessionID in ASP.Net C#
How to get Session object by SessionId?
Yes, Session. SessionId can be duplicate.
Closing a browser and then reopening and visiting the site again generates a new session ID. However, the same session ID is sometimes maintained as long as the browser is open, even if the user leaves the site in question and returns.
A session ID is a unique identification number that is generated by a website's server. Session IDs are assigned to site users when they visit a site for the first time.
My solution is direct access to storage of Session State.
example:
(for SQL) direct select query to ASPState database with tables(ASPStateTempApplications, ASPStateTempSessions)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With