-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Hi all,
I'm tracking user sessions using
HttpSession httpSession = req.getSession(true);
This sets a cookie named JServSessionId with some unique value.
Is it possible to change the name of this cookie?
I would like to use a third party servlet that uses cookie sessioning in
parallel to our own (session) servlet, but because both cookies have the
same name, only one session can be active..
Thanks in advance for hints/pointers
Lein Ton
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]