You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Vincent Bonamy <vi...@geomath.fr> on 2001/10/01 12:06:08 UTC

Cookie JSESSIONID

Hello,

I would like to know where jetspeed manage his cookie ( I thinks it's
the cookie JSESSIONID). Can I change its name?

vincent.



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Cookie JSESSIONID

Posted by Paul Spencer <pa...@mikon.com>.
This is a TOMCAT question. The cookie you mentioned is maintained by
TOMCAT.

Paul Spencer

Vincent Bonamy wrote:
> 
> Hello,
> 
> I would like to know where jetspeed manage his cookie ( I thinks it's
> the cookie JSESSIONID). Can I change its name?
> 
> vincent.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Cookie JSESSIONID

Posted by Santiago Gala <sg...@hisitech.com>.
Frans Thamura wrote:

> Add...
>
> Is there a relationship between session and the cookies?? which one is 
> the implementation of jetspeed? 

Jetspeed will use whatever session management is supported by the webapp 
container.

Tomcat will try to set a cookie. If it recovers it, session tracking 
will be done using the JSESSIONID cookie (see the Servlet 
specification). If not, it will append a ;jsessionid=xxxxx to the URL 
and use it to track the session (when the user agent does not allow 
cookies).

This is all in the Servlet Spec and Tomcat code/documentation.

>
>
> Frans
>
> At 12:06 PM 10/1/2001 +0200, you wrote:
>
>> Hello,
>>
>> I would like to know where jetspeed manage his cookie ( I thinks it's
>> the cookie JSESSIONID). Can I change its name?
>>
>> vincent.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Cookie JSESSIONID

Posted by Frans Thamura <ft...@yahoo.com>.
Add...

Is there a relationship between session and the cookies?? which one is the 
implementation of jetspeed?

Frans

At 12:06 PM 10/1/2001 +0200, you wrote:
>Hello,
>
>I would like to know where jetspeed manage his cookie ( I thinks it's
>the cookie JSESSIONID). Can I change its name?
>
>vincent.
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org