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

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -