Session Not working in Generic Handler .ashx in Firefox
        Posted  
        
            by slowlycooked
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by slowlycooked
        
        
        
        Published on 2010-04-28T13:29:45Z
        Indexed on 
            2010/04/28
            13:33 UTC
        
        
        Read the original article
        Hit count: 611
        
I have created .ashx which implemented IRequiresSessionState, so I can create session variables in that ashx, it worked in IE, but doesn't work in Firefox. When access this session variable from other pages it's NULL.
any idea? thx.
© Stack Overflow or respective owner