RE: Session problem

2005-12-07 Thread Baker, Russ A
So then where is that straggler session coming from? -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 11:34 AM To: Struts Users Mailing List Subject: Re: Session problem Baker, Russ A wrote: >A session is created by virtue of them j

RE: Re: Session problem

2005-12-07 Thread Baker, Russ A
rn for null. See the javadoc: http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSer vletRequest.html#getSession(boolean) Also, if you have other webapps on the web server, they might be using sessions in their webapps, so anything you do in yours will be for naught. -ed On 12/6/05,

RE: Session problem

2005-12-07 Thread Baker, Russ A
have unintended > side effects as many of my hacky solutions do. > > Ross > > > Baker, Russ A wrote: > > >It is Weblogic. I am using a "graceful" shutdown so that if people still > >have open sessions, they can complete what they are doing. The o

RE: Re: Session problem

2005-12-06 Thread Baker, Russ A
TECTED] On Behalf Of Laurie Harper Sent: Tuesday, December 06, 2005 3:53 PM To: user@struts.apache.org Subject: Re: Session problem Baker, Russ A wrote: > Hello, > > I am trying to figure out how to stop Struts from creating a session. > What seems to happen is that once I call a

Session problem

2005-12-06 Thread Baker, Russ A
Hello, I am trying to figure out how to stop Struts from creating a session. What seems to happen is that once I call an action, a session is created. This is a problem because when I want to gracefully shut down my server, it complains that I still have an active session. Is there a way to con