RE: mod_rewrite losing session

2006-02-24 Thread Tim Lucia
; To: Tomcat Users List > Subject: Re: mod_rewrite losing session > > > Tim Lucia wrote: > > And how would one do that? The cookie JSESSIONID is automagically > > maintained for you. > > > > -Original Message- > > From: Pete Lamborne [mailto:[EMA

Re: mod_rewrite losing session

2006-02-24 Thread Mark Thomas
Tim Lucia wrote: > And how would one do that? The cookie JSESSIONID is automagically > maintained for you. > > -Original Message- > From: Pete Lamborne [mailto:[EMAIL PROTECTED] > Sent: Friday, February 24, 2006 4:50 PM > To: Tomcat Users List > Subject: Re: mo

RE: mod_rewrite losing session

2006-02-24 Thread Tim Lucia
And how would one do that? The cookie JSESSIONID is automagically maintained for you. -Original Message- From: Pete Lamborne [mailto:[EMAIL PROTECTED] Sent: Friday, February 24, 2006 4:50 PM To: Tomcat Users List Subject: Re: mod_rewrite losing session Anyone know the quick and easy

Re: mod_rewrite losing session

2006-02-24 Thread Pete Lamborne
o: Tomcat Users List Subject: Re: mod_rewrite losing session Hey Tim, Thanks for the great response. At least I know that I'm not missing something really obvious. I wonder if we could configure Tomcat to write the cookie without the context? Or if there is some other mechanism in httpd.conf tha

Re: mod_rewrite losing session

2006-02-24 Thread Filip Hanik - Dev Lists
and nobody has chimed in this time, I don't think it is readily doable. Tim -Original Message- From: Pete Lamborne [mailto:[EMAIL PROTECTED] Sent: Friday, February 24, 2006 1:41 PM To: Tomcat Users List Subject: Re: mod_rewrite losing session Hey Tim, Thanks for the great respon

RE: mod_rewrite losing session

2006-02-24 Thread Tim Lucia
nt: Friday, February 24, 2006 1:41 PM To: Tomcat Users List Subject: Re: mod_rewrite losing session Hey Tim, Thanks for the great response. At least I know that I'm not missing something really obvious. I wonder if we could configure Tomcat to write the cookie without the context? Or if ther

Re: mod_rewrite losing session

2006-02-24 Thread Pete Lamborne
l=tomcat-user&m=113761657202592&w=2 -Original Message- From: Pete Lamborne [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 7:21 PM To: Tomcat Users List Subject: mod_rewrite losing session Hi all, I am having a problem when using mod_rewrite to hide the Tomcat webapp/contex

RE: mod_rewrite losing session

2006-02-23 Thread Tim Lucia
. No cookie (JSESSIONID), no session. Tim P.s. see http://marc.theaimsgroup.com/?l=tomcat-user&m=113761657202592&w=2 > -Original Message- > From: Pete Lamborne [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 23, 2006 7:21 PM > To: Tomcat Users List > Subject

mod_rewrite losing session

2006-02-23 Thread Pete Lamborne
Hi all, I am having a problem when using mod_rewrite to hide the Tomcat webapp/context name, where it spawns a new session with each request. I am using apache2.2 and mod_proxy_ajp to dispatch the request and tomcat 5.5.9 So if I try to send this URL: http://www.website.com/someServlet to