Re: OnUnload event
From: Viktor Popov (viketo_at_yahoo.com)
Date: 09/11/04
- Next message: Slava M. Usov: "Re: How to retrieve serial number of OS or CPU for copy protection?"
- Previous message: SevDer: "Re: Webform question"
- In reply to: SevDer: "Re: OnUnload event"
- Next in thread: SevDer: "Re: OnUnload event"
- Reply: SevDer: "Re: OnUnload event"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 11 Sep 2004 23:14:35 +0300
Hi, Thanks for the reply!
I would like to run this code on the client side:
void private signout()
{
HttpContext.Current.Cache.Remove(Session["usrName"].ToString());
Session["user"]=null;
Session["usrName"]=null;
FormsAuthentication.SignOut();
}
How could be accomplished that?
I don't know exactly where should be written this function.
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.760 / Virus Database: 509 - Release Date: 10.9.2004 ã.
- Next message: Slava M. Usov: "Re: How to retrieve serial number of OS or CPU for copy protection?"
- Previous message: SevDer: "Re: Webform question"
- In reply to: SevDer: "Re: OnUnload event"
- Next in thread: SevDer: "Re: OnUnload event"
- Reply: SevDer: "Re: OnUnload event"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|