asp.net - Session Not working in Generic Handler .ashx in Firefox -


i have created .ashx implemented irequiressessionstate, can create session variables in ashx, worked in ie, doesn't work in firefox. when access session variable other pages it's null.

any idea? thx.

perhaps don't allow cookies in firefox. check that! if don't want enable cookies, enable cookieless session.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -