What options are there to implement an own session management in ASP.NET?
I just found one older solution about "highjacking" the built-in session management.
Is there a nice way to implement a component which performs all session tasks? How can i include a class which receives the HTTP Request and Response during one request process?
Thanks for your help
Regards Michael