hi,
i have a http handler class that implements:
IHttpHandler, IRequiresSessionState
in the class we are accessing session. Which works fine in IE, however on safari, i am loosing values for all the session variables. Session is not null, however, all the session variables are loosing values. What can that be?
i have a http handler class that implements:
IHttpHandler, IRequiresSessionState
in the class we are accessing session. Which works fine in IE, however on safari, i am loosing values for all the session variables. Session is not null, however, all the session variables are loosing values. What can that be?