Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
Session cleared after Redirect
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="John, post: 491295"] Hi Mr Newbie, I put the Tokenizer into the session using this: Tokenizer tokenizer = new Tokenizer(); Session["token"] = tokenizer; Later on I successfully get the tokenizer back from the session using: Tokenizer tokenizer = (Tokenizer)Session["token"]; This code exists inside a web control, and all of it works fine. Only when I access the session on the second page I immediately redirect to, is the session cleared. I have tried to debug it, and literally on the line of the redirect, the session contains my value, but doesnt once the new page is loaded. Any ideas? [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Session cleared after Redirect
Top