Top "Httpmodule" questions

ASP.

Access Session Variable from HTTPModule

How can I access session variable from the HttpModule? I set following session variable in .cs page, which I want …

c# asp.net httpmodule
Exclude HttpModule from running for static content on IIS7

I have a problem with my Authentication HttpModule. The problem is that it obviously runs for every single request I …

asp.net-mvc iis-7 httpmodule