Pass data to a HttpModule
- by Dejan
I have a funny little situation on my hands.
I have a httpModule on my hands that I have to feed with context relative data.
That means that on the page I have to set something that the HttpModule can then react on. If possible I would like to avoid having call context data in the session.
Any bright ideas out there.
thx for the answer.