E Eran Kampf Sep 23, 2004 #1 Is there any way to access the session state information from an http handler? Eran Kampf http://www.ekampf.com
Is there any way to access the session state information from an http handler? Eran Kampf http://www.ekampf.com
M Matt Berther Sep 23, 2004 #2 Hello Eran, Make sure that your HttpHandler also implements one of these marker interfaces: IReadOnlySessionState or IRequireSessionState
Hello Eran, Make sure that your HttpHandler also implements one of these marker interfaces: IReadOnlySessionState or IRequireSessionState