Re: Different session id per page

2012-01-02 Thread Terence M. Bandoian
On 1:59 PM, Jerry Malcolm wrote: Thanks, Tim. But that wasn't the problem. I've figured out what's happening. But I'm even more confused about how to move forward knowing that now. I've got a relatively simple situation. I have three pages that I am mapping to clean URLs in httpd mod_rewrit

Re: Different session id per page

2012-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jerry, On 12/31/11 5:44 PM, Jerry Malcolm wrote: > Chuck, the sessionCookiePath link you referenced says that all web > apps can use the same cookie path ("/"). That means that several > independent web applications will have to share the same sessio

Re: Different session id per page

2012-01-01 Thread André Warnier
Jerry Malcolm wrote: Andre, In mod_rewrite it talks about setting a cookie when a rewrite rule hit occurs. But I can't find anything about back-translation of cookie paths. Was that was what you meant? Still not sure how that would work. Seems like i would need a way to tell the browser that U

RE: Different session id per page

2011-12-31 Thread Caldarale, Charles R
> From: Jerry Malcolm [mailto:2ndgenfi...@gmail.com] > Subject: Re: Different session id per page > the sessionCookiePath link you referenced says that all web apps can > use the same cookie path ("/"). They can, but you don't have to use it that way. E

Re: Different session id per page

2011-12-31 Thread Rainer Jung
On 31.12.2011 18:37, Caldarale, Charles R wrote: From: Jerry Malcolm [mailto:2ndgenfi...@gmail.com] Subject: Re: Different session id per page If there was a way to tell TC to use "/" as the path, that would work in this case. Look at the sessionCookiePath attribute for and s

Re: Different session id per page

2011-12-31 Thread Jerry Malcolm
ll not sure how that would work. Seems > like i would need a way to tell the browser that URLs /cart, > /locateaccount, /checkout all use the /order cookie. How would that work? > > > > > > On Sat, Dec 31, 2011 at 11:37 AM, Caldarale, Charles R < > chuck.caldar...@unisys.com

Re: Different session id per page

2011-12-31 Thread Jerry Malcolm
/cart, /locateaccount, /checkout all use the /order cookie. How would that work? On Sat, Dec 31, 2011 at 11:37 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Jerry Malcolm [mailto:2ndgenfi...@gmail.com] > > Subject: Re: Different session id per page > > &g

RE: Different session id per page

2011-12-31 Thread Caldarale, Charles R
> From: Jerry Malcolm [mailto:2ndgenfi...@gmail.com] > Subject: Re: Different session id per page > If there was a way to tell TC to use "/" as the path, that would > work in this case. Look at the sessionCookiePath attribute for and see if that will help: http://tomcat

Re: Different session id per page

2011-12-31 Thread Jerry Malcolm
Andre, That's good news. I know less than 1% of what I need to know about mod_rewrite. So that is definitely a possibility. I'll do some digging into that. Thanks so much. Jerry On Sat, Dec 31, 2011 at 11:19 AM, André Warnier wrote: > Jerry Malcolm wrote: > >> Thanks, Tim. But that wasn'

Re: Different session id per page

2011-12-31 Thread André Warnier
Jerry Malcolm wrote: Thanks, Tim. But that wasn't the problem. I've figured out what's happening. But I'm even more confused about how to move forward knowing that now. I've got a relatively simple situation. I have three pages that I am mapping to clean URLs in httpd mod_rewrite. /cart = /

Re: Different session id per page

2011-12-31 Thread Jerry Malcolm
Thanks, Tim. But that wasn't the problem. I've figured out what's happening. But I'm even more confused about how to move forward knowing that now. I've got a relatively simple situation. I have three pages that I am mapping to clean URLs in httpd mod_rewrite. /cart = /order/jsp/guest/cart.js

Re: Different session id per page

2011-12-30 Thread Tim Watts
On Sat, 2011-12-31 at 00:33 -0600, Jerry Malcolm wrote: > I have a web app that's worked for years. I had to go in and do some > renovations on it due to a few new requirements. Now for some reason, I'm > getting a new/different session id for each page. It's easy to see that's > what happening

Different session id per page

2011-12-30 Thread Jerry Malcolm
I have a web app that's worked for years. I had to go in and do some renovations on it due to a few new requirements. Now for some reason, I'm getting a new/different session id for each page. It's easy to see that's what happening since I use the sessionid for a log file name. Where I used to