Hi Caldarale,
I'm so naive.....
I've try to set the JSESSIONID's max-age to 0, and my second site still
did not expire its own cookie
from client.
I guess that is a issue about client or because I can check the second
site's cookie from Server side
and logging each cookie's value to make sure what cookie I've set
max-age to 0, but the cookies in
client also stay here...
does anybody can give me some idea, some information, and what should I
do right now :-((
best regards,
Bon
Bon wrote:
>
> Hi Caldarale
>
> I just set my own cookies's maxAge to 0, if I also set the JSESSIONID
> to 0 maybe could be solve my problem right? I'll try it.
>
> thank you for your answer.
> Bon
>
>
> Caldarale, Charles R wrote:
>>
>>> From: Bon [mailto:[EMAIL PROTECTED]
>>> Subject: Re: a cookie question of one Server with two tomcat server
>>>
>>> I'm not sure what's difference of JSESSIONID cookies and
>>> javax.servlet.http.Cookie,
>>
>> JSESSIONID is the specific cookie called out by the servlet spec to be
>> used for tracking sessions between client and server. Instances of
>> javx.servlet.http.Cookie can be any cookie you care to use, not just
>> JSESSIONID. The servlet container (Tomcat, for our purposes) is
>> responsible for managing JSESSIONID, but a webapp can return any number
>> of cookies to the client for whatever purpose it chooses.
>>
>>> 1. set the cookies maxAge to 0
>>
>> What cookie are your referring to? JSESSIONID or one of your own?
>>
>> - Chuck
>>
>>
>> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
>> MATERIAL and is thus for use only by the intended recipient. If you
>> received this in error, please contact the sender and delete the e-mail
>> and its attachments from all computers.
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: [email protected]
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>
>
--
View this message in context:
http://www.nabble.com/a-cookie-question-of-one-Server-with-two-tomcat-server-tp20355052p20375287.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]