Hi Len,
Thanks for trying the test page.
I figured out the problem now. It was because the URL I used to visit the
web pages.
Previously, I used the machine's hostname in the URL. Now, I change it to
use localhost and it is fine.
i.e.
http://serverone:8080/app01/hello.jsp (bad, getSession()
It works correctly for me, with IE6 and Tomcat 5.5.17. On the first
request, isNew = true. On subsequent requests, isNew = false and the
session ID is the same.
Perhaps your IE is set to ignore all cookies, or to ignore cookies
from certain hosts.
--
Len
On 7/4/06, Galam <[EMAIL PROTECTED]> wrot
Hi all,
I am having problem getting my application to work with IE6.
In IE6, everytime when I refresh the page, it creates a new session with
different session ID.
Firefox doesn't have this problem.
Here is my sample test page:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-