session variable
-
Hi I am try to remove session variable value on a button click how i remoove it. as i prviusly try these
Session.RemoveAll();
Session.Remove();
Session.Clear();
Session.Abandon();but when we go to back button and travel privious pages session varable value shows always on label control.
-
Hi I am try to remove session variable value on a button click how i remoove it. as i prviusly try these
Session.RemoveAll();
Session.Remove();
Session.Clear();
Session.Abandon();but when we go to back button and travel privious pages session varable value shows always on label control.
-
it's giving error
System.Web.SessionState.HttpSessionState' does not contain a definition for 'expire'
-
gauravems wrote:
Session.expire();
:doh: What it will do ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.