A
Aurel
Hi,
I have create a httpmodule but I have some problems. I can't access to the
session. Even if I create my class like this
public class myModule: IHttpModule, IRequiresSessionState
{}
Someone got an idea?
Another question, the session_start in Global.asax fire before all
httpmodules or after all ?!?
Thanks.
Aurel
I have create a httpmodule but I have some problems. I can't access to the
session. Even if I create my class like this
public class myModule: IHttpModule, IRequiresSessionState
{}
Someone got an idea?
Another question, the session_start in Global.asax fire before all
httpmodules or after all ?!?
Thanks.
Aurel