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
Post a Comment