Re: Multiple LoginURL's

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



from http://winfx.msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_aspnetcon/html/5ff448c4-2bfa-491f-9adb-43a30d73cca5.asp

The Session_OnEnd event is specified by adding a subroutine named Session_OnEnd to the Global.asax file. The Session_OnEnd subroutine is run when the Abandon method has been called or when the session has expired. A session expires when the number of minutes specified by the Timeout passes without a request being made for the session.

If you need more help let me know.

Cheers,
Tom Pester

Is it possible to have multiple LoginURL's.

I have a situation where I have a certain url redirect into my secure
web application.  I have the specific login credentials handled fine.
The users from the external site get in fine.  When they log out of
the app, it returns them to their pervious login page.  This login
page is not the normal login page for the secure application.

Now the problem.  If the user allows their session to timeout, they
get redirected to the loginurl that is in the webconfig of the main
application.

What I want is to have it send them back to their previous app.

Hope this makes since.

Thanks in advance.



.



Relevant Pages

  • Re: nooB PhP login using MySQL
    ... This PC has MySQL and IIS configured and running. ... how do I prevent users from bypassing the login? ... create a random string and store in session on server, ... euphemism for md5) but now that there are secure ways, ...
    (comp.lang.php)
  • Re: Please! Doesnt anyone know a better way to do this?
    ... account, they need to automatically be directed to the page to enter data ... session variable on the Account page. ... I assume here that you're checking a database when the user attempts to ... When a new user attempts to login or clicks to register, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: nooB PhP login using MySQL
    ... This PC has MySQL and IIS configured and running. ... how do I prevent users from bypassing the login? ... create a random string and store in session on server, ... euphemism for md5) but now that there are secure ways, ...
    (comp.lang.php)
  • Re: nooB PhP login using MySQL
    ... This PC has MySQL and IIS configured and running. ... how do I prevent users from bypassing the login? ... create a random string and store in session on server, ... euphemism for md5) but now that there are secure ways, ...
    (comp.lang.php)
  • Re: why a session-based program behaves different on different computers
    ... But if you lose the session you lose ... now, pray-tell, HOW IS THE DATA LOST? ... IF THERE IS NO LOGIN, HOW DO YOU DETERMINE WHICH ROW IT IS? ... let's stick to the architecture for a moment then. ...
    (comp.lang.php)