Hi All,
I am working on a web application where I am re-routing requests for a page to another page which manipulates the requested page's content and displays it.
I have written an HttpModule to trap the requests to these pages, I need to svae the URL in session before I redirect the user to the new location. I need this info to stream the content to the new page.
I am using session to save this info, but I guess Sessions dont get loaded till the HttpModule is loaded. Anyone has any idea on how to achieve what I want? Any code sample would be nice.
Looking forward to some answers
Thanks
Sid
I am working on a web application where I am re-routing requests for a page to another page which manipulates the requested page's content and displays it.
I have written an HttpModule to trap the requests to these pages, I need to svae the URL in session before I redirect the user to the new location. I need this info to stream the content to the new page.
I am using session to save this info, but I guess Sessions dont get loaded till the HttpModule is loaded. Anyone has any idea on how to achieve what I want? Any code sample would be nice.
Looking forward to some answers
Thanks
Sid