How to hack up a custom session tracking method.

2004-04-09 Thread Sandy McArthur
For the curios I was able to hack a custom session tracking method with Valve and overriding two methods in StandardManager. There are a few ways to do this but this was easiest for me. Hopefully it will help someone who has weird requirements on sessions. First create a Valve and in the

RE: Custom session tracking method?

2004-04-07 Thread Mike Curwen
ut don't doChain(). Is any of that craziness ?? > -Original Message- > From: Sandy McArthur [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 07, 2004 10:45 AM > To: Tomcat Users List > Subject: Re: Custom session tracking method? > > > The first r

Re: Custom session tracking method?

2004-04-07 Thread Sandy McArthur
? -Original Message- From: Sandy McArthur [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 10:21 AM To: Tomcat Users List Subject: Re: Custom session tracking method? Since you're rewriting your CGI scripts as servlets, why not modify them to not expect the session-num parameter,

RE: Custom session tracking method?

2004-04-07 Thread Mike Curwen
cgi scripts pass it back on a login of some sort, and then from that point, the legacy app appends it to any further queries? > -Original Message- > From: Sandy McArthur [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 07, 2004 10:21 AM > To: Tomcat Users Lis

Re: Custom session tracking method?

2004-04-07 Thread Sandy McArthur
05 PM To: [EMAIL PROTECTED] Subject: Custom session tracking method? Hi all, Is there a way to implement custom session tracking at the container level? I'm trying to figure out how to implement a custom session tracking method. I have a legacy client that interacts with a set of cgi scripts and I&