Hello Friends, I am facing a problem related to session. I opened my application and copy the url into another tab. When i am trying to log out in one tab but it didn't logout in another tab. so please give me your valuable ideas for it.
thank you in advance.
Loading
Pankaj PandeyPosted Apr 15, 2013, 9:16 AM
Use any one of given method and try it at logout click button event
Session.Abandon();
Session.Removeall()