I am looking for a way to read and write session data , but with no HttpContext . Current .
Why did I win this? because I want to do some actions with a user session after the page has been closed and unloaded.
For example, loading the user and viewing the page, then I create a stream to take some action and allow the user to go. Inside this thread, I like to read session data, but in this case HttpContext . Current no longer exists.
So, there is a way to read the session data, knowing only the session identifier.
I store the session inside the SQL server and I see them. him there on the table ASPStateTempSessions :)
How can I read them "offline" and manipulate them?
Thank you for the advanced.
Aristos May 05 '10 at 8:18 2010-05-05 08:18
source share