Rob's FindingsNotes on the quirks of developing applications for the web.Accessing session state in an ASP.NET HttpModule- January 2, 2005 An ASP.NET project I&8217;m working on requires a password protected area of the application. When I found out about the &8220;Forms&8221; authentication built into ASP.NET I thought I was all set on the authentication part of my project. I soon discovered though, that the server was losing session variables, which were created on login, while ...http://www.rolsma.com/wordpress/?p=9 |