Hi,

I found out something really weird.

I have a J2EE application running two servlets in the same
context. On servlet for security and the other for
business logic.

The problem is:

With Firefox two different browser windows get the same
session ID from any of the servlets, or the same one.

But with IE each new browser window I open to comunicate
with any of the servlets is getting a different
Session ID from the servlets.

Tomcat logs for Firefox access:

Application session Id: C878D6CC427BE5C1B97B1379FE2B29A8.tomcat1
Security session Id: C878D6CC427BE5C1B97B1379FE2B29A8.tomcat1

Tomcat logs for IE access:

Application session Id: 7A6F63C4428D13A5D2798A9C46341A27.tomcat1
Security session Id: EC1E736D66C37E49FC109ADD7CF49DBC.tomcat1

Why is that? Is there any way to change IE behaviour?
Thanks.

--

------------------------------------------------------------------------
*Gerard Chiva i Erill*
Prous Science S.A.
Provença 388,
08025 Barcelona, Spain
Tel. +34 93.459.22.20
Fax +34 93.458.15.35
e-mail: [EMAIL PROTECTED]
Web Site: http://www.prous.com

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to