RE: Handling improper logout
- From: "Steve Goodyear" <SteveGoodyear@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 21 May 2005 09:04:02 -0700
You can place the login in the Global.asax file and add/delete user's records
when their session begins/ends:
void Session_OnStart()
{
// Create user's record
}
void Session_OnEnd()
{
// Delete user's record
}
Cheers,
Steve Goodyear
.
- Follow-Ups:
- RE: Handling improper logout
- From: JessyEzzy
- RE: Handling improper logout
- References:
- Handling improper logout
- From: JessyEzzy
- Handling improper logout
- Prev by Date: Re: How do I disable Line Wrapping in TableCell?
- Next by Date: Re: RequiredValidator not working
- Previous by thread: Handling improper logout
- Next by thread: RE: Handling improper logout
- Index(es):
Relevant Pages
|