When logging in, I use the puttign user ID in the session variable, and then from the next page I send the request to ashx. Here is the problem. I cannot read the session variable here and get the error message "The refrence object is not installed in the object instance." It works fine in IE, but this error is observed in FF.
My ashx file implements IReadOnlySessionState.
source share