Attaching events to Session OnStart and OnEnd using HttpModules

Posted by cbp on Stack Overflow See other posts from Stack Overflow or by cbp
Published on 2009-02-11T22:34:41Z Indexed on 2010/05/09 5:18 UTC
Read the original article Hit count: 219

Filed under:
|
|
|

Does anyone know a clean way of adding events to Session's OnStart and OnEnd events using an HttpModule (without touching the Global.asax file)?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about session