-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Zsolt,

Zsolt Koppany wrote:
| How can we make tomcat-5.5.25 to store also port into JSESSIONID?

You can't really do that, unless you want to hack-up TC's source.

What you could do is deploy your applications under different context
names, instead of deploying them both as ROOT. In that case, the
JSESSIONID cookie will have a unique path associated with it, and they
won't clobber each other.

Another option would be to turn off cookies on the server, and use only
URL-encoded session ids.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkhavLsACgkQ9CaO5/Lv0PBvBgCcDpc3S6mQSZUlH39692/cRM5C
yXkAoKlTmd0vkg1kRpMF0ivzEvE8KzR7
=Ymjf
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
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