Re: How does one control what the path is on the JSESSIONID cookie?

2009-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 6/24/2009 3:05 PM, John Caron wrote: > Christopher Schultz wrote: >> [...] >> That said, having overlapping webapp URL spaces is asking for trouble. >> > Sorry, I didnt explain much context. This isnt for browsers, its a > specialized web

Re: How does one control what the path is on the JSESSIONID cookie?

2009-06-24 Thread John Caron
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 6/23/2009 5:04 PM, John Caron wrote: Pid wrote: Filip Hanik - Dev Lists wrote: John Caron wrote: Tomcat 6.0.18 automatically adds the session cookie like: Set-Cookie: JSESSIONID

Re: How does one control what the path is on the JSESSIONID cookie?

2009-06-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 6/23/2009 5:04 PM, John Caron wrote: > Pid wrote: >> Filip Hanik - Dev Lists wrote: >> >>> John Caron wrote: >>> Tomcat 6.0.18 automatically adds the session cookie like: Set-Cookie: JSESSIONID=6D839FF3B960947CC6FD41B98C

Re: How does one control what the path is on the JSESSIONID cookie?

2009-06-24 Thread Pid
John Caron wrote: > Pid wrote: >> Filip Hanik - Dev Lists wrote: >> >>> John Caron wrote: >>> Tomcat 6.0.18 automatically adds the session cookie like: Set-Cookie: JSESSIONID=6D839FF3B960947CC6FD41B98CD02E0D; Path=/thredds How can I change the path part of the cookie

Re: How does one control what the path is on the JSESSIONID cookie?

2009-06-23 Thread John Caron
Pid wrote: Filip Hanik - Dev Lists wrote: John Caron wrote: Tomcat 6.0.18 automatically adds the session cookie like: Set-Cookie: JSESSIONID=6D839FF3B960947CC6FD41B98CD02E0D; Path=/thredds How can I change the path part of the cookie? the only thing you can do is set it to em

Re: How does one control what the path is on the JSESSIONID cookie?

2009-06-23 Thread Pid
Filip Hanik - Dev Lists wrote: > John Caron wrote: >> Tomcat 6.0.18 automatically adds the session cookie like: >> >> Set-Cookie: JSESSIONID=6D839FF3B960947CC6FD41B98CD02E0D; Path=/thredds >> >> How can I change the path part of the cookie? > the only thing you can do is set it to empty, by using

Re: How does one control what the path is on the JSESSIONID cookie?

2009-06-23 Thread Filip Hanik - Dev Lists
John Caron wrote: Tomcat 6.0.18 automatically adds the session cookie like: Set-Cookie: JSESSIONID=6D839FF3B960947CC6FD41B98CD02E0D; Path=/thredds How can I change the path part of the cookie? the only thing you can do is set it to empty, by using emptySessionPath. Filip thanks... --

How does one control what the path is on the JSESSIONID cookie?

2009-06-22 Thread John Caron
Tomcat 6.0.18 automatically adds the session cookie like: Set-Cookie: JSESSIONID=6D839FF3B960947CC6FD41B98CD02E0D; Path=/thredds How can I change the path part of the cookie? thanks... - To unsubscribe, e-mail: users-unsubscr