Destroy Session in an application

Posted by Jibu P C_Adoor on Stack Overflow See other posts from Stack Overflow or by Jibu P C_Adoor
Published on 2010-05-28T09:14:41Z Indexed on 2010/05/28 9:32 UTC
Read the original article Hit count: 184

Filed under:

I have several pages in my application. I have used a session variable called "Session["Variable"]" that is set in page1 and page2. That means The scope should be in page1 and page2. If you go out any of these page will clear the above session variable. Is there any solution to clear the particular session varible in the application level. i.e i don't want to write the code for each and every pages...

© Stack Overflow or respective owner

Related posts about ASP.NET