Session State and Atlas in asp.net 2.0

It got me scratching my head for a while on why my session state was being reset every time I go to a different page. After careful look, what I realized is I was doing a Response.Redirect on a control's event which was inside atlas:update panel. I looks like atlas redirects the page but with new session state everytime you try to redirect from an event which is an atlas control. My solution, simply remove that control from the update panel and place it on the page or use different redirect mechanism instead of redirecting after the event fires.

Print | posted on Sunday, April 09, 2006 12:02 PM

Feedback

No comments posted yet.

Your comment:





 
Please add 3 and 8 and type the answer here:

Copyright © Bigyan Rajbhandari