how can I prevent my SESSION to be overwritten on pageLoad of my MasterPage

Posted by Darkyo on Stack Overflow See other posts from Stack Overflow or by Darkyo
Published on 2010-03-12T02:33:12Z Indexed on 2010/03/12 2:37 UTC
Read the original article Hit count: 350

Filed under:
|
|

I'm new to asp world, and I have to keep my new job :) Switching form php to asp.net 3.5 (never used before). What would be the best practice for storing a SESSION variable in my project ?

How can I prevent my SESSION to be overwritten if my initialisation code is in the onPageLoad method of my MasterPage ?

My variables keeps beeing overwritten, please someone help me and tell me if there is any other solution than dealing with this pageLoad problem.

Thank you all

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about session