Hi
I'm using several Sessions in my app. When the user has cookies enabled in
their browser, everything works fine. But with cookies disabled, only IE
seems to remember the sessions. In Firefox and Safari, the session values
seem to be "forgotten".
I've looked around on Google but can't find any solutions to this problem.
Plus I don't know how debug with Firefox (eg. step through the code).
So, basically I have two questions:
1. Any idea why non-IE browsers are losing their sessions when cookies are
disabled?
2. How can I step through code using non-IE browsers?
Thanks
Chris