RE: Handling improper logout

Tech-Archive recommends: Speed Up your PC by fixing your registry



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

.



Relevant Pages

  • [Help]How to start Java desktop application in NetBeans ?
    ... when I run the application, the login ... @Override protected void configureWindow{ ... private javax.swing.JButton cancel; ... private javax.swing.JLabel userID; ...
    (comp.lang.java.programmer)
  • 2.0: forms authentication on image button click
    ... I need your help with login implementation in my ASP.NET 2.0 demo ... override protected void OnAuthenticate(AuthenticateEventArgs ... public void OnClickImage(object sender, EventArgs e) ... I would like to call authentication procedure when image button is ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Cant access links
    ... defines a javascriptvoid or something like that, ... > any links or login. ... > message appears at the bottom of the screen about java ...
    (microsoft.public.windows.inetexplorer.ie6.browser)