Session Timeout?

  • Thread starter Thread starter Vishal
  • Start date Start date
V

Vishal

Hello,

is there any possibility to do something when the
session timeouts via code not via the global.asax?

Thanks
 
No.

You can only execute code,
when Session_OnEnd fires, via global.asax



Juan T. Llibre
ASP.NET MVP
===========
 
The Global.asax can only run, when I make the folder an
IIS application right? Is it possible to run the
Global.asax without making the folder an IIS application?

Thanks so far.
 
Again, no.

Global.asax will not execute unless the folder
is at least a virtual directory, or an application.



Juan T. Llibre
ASP.NET MVP
===========
 
Back
Top