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.