Pass data to a HttpModule
Posted
by Dejan
on Stack Overflow
See other posts from Stack Overflow
or by Dejan
Published on 2010-03-09T08:18:36Z
Indexed on
2010/03/09
8:21 UTC
Read the original article
Hit count: 367
ASP.NET
|httpmodule
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.
© Stack Overflow or respective owner