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: 491281"] Hi, I do a Response.Redirect(page), and on the second page I have redirected to, I get an object out of the session (or at least I attempt to). Just before the redirect I do: Session["token"] = tokenizer; On the redirected page, in PageLoad I do: Tokenizer tokenizer = (Tokenizer)Session["token"]; But the tokenizer is null, because the session is cleared. This is a default web application, so I am not sure why it isnt working. Any advice? John. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Session cleared after Redirect
Top