views:

395

answers:

1

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.

A: 

Perhaps you don't allow cookies in Firefox. Check that! If you don't want to enable cookies, enable the cookieless session.

Pedro MM
I checked firefox tools->option->private the cookie is enabled still not working.but cookieless did sovle the problem.
Mark as answer then! =P Thanks
Pedro MM
but I'd like to use cookie