Re: Creating a custom session manager -- SOLVED

2007-04-24 Thread Eric Berry
Bryan, Thanks so much for sending this a lot earlier. We tried it out and found that we could simplify it a bit for our needs. I've included the source here just in case. What our valve does is just sets the domain on the session cookie, in the request and response. The first time a user comes to

Re: Creating a custom session manager -- SOLVED

2007-01-10 Thread Bryan Basham
Oops... I had some bugs in the code. Here's the latest source. -Bryan/ / TestSharedSession.tar.gz Description: GNU Zip compressed data - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROT

Re: Creating a custom session manager -- SOLVED

2007-01-10 Thread Bryan Basham
Hello again, Chuck Caldarale solved my configuration problem. I then created the code to solve the "shared session" manager problem. I created a test (see attached JAR file) with the solution code which I thought I would share with the Tomcat community in case someone else needs to solve thi

RE: Creating a custom session manager

2007-01-09 Thread Caldarale, Charles R
> From: Bryan Basham [mailto:[EMAIL PROTECTED] > Subject: Creating a custom session manager > > I am trying to use the tag to setup the > manager on all webapps. Assuming you're using a current (5.5 or better) level of Tomcat, I don't believe the tag is used anymore

Creating a custom session manager

2007-01-09 Thread Bryan Basham
Hello Tomcat users, I have a need that I believe Tomcat's pluggable session manager facility can satisfy, but I am having trouble getting it configured. BTW, I have googled and searched the mail archives on this topic and have not found anything useful yet. My application requires a modular arc