Galbreath, Mark wrote: >Right, I just wanted to give him the options, since it appears he doesn't >understand session persistence mechanisms. > >Mark > >-----Original Message----- >From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 01, 2002 8:06 AM >To: Struts Users Mailing List >Subject: RE: ideal method to set the sessionid in struts? > > >Exactly my point... :) > >V > >-----Original Message----- >From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 01, 2002 5:29 PM >To: 'Struts Users Mailing List' >Subject: RE: ideal method to set the sessionid in struts? > > >Oops, sorry...finger slipped off the "'" key and hit return. > >No, it won't if the method parameter is getSession( false); >With getSession() or getSession( true), an existing session >will be returned IF IT EXISTS, else a new session for the >request will be created. > >Mark > >-----Original Message----- >From: Galbreath, Mark >Sent: Wednesday, May 01, 2002 7:55 AM >To: 'Struts Users Mailing List' >Subject: RE: ideal method to set the sessionid in struts? > > >No it won't. > >-----Original Message----- >From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 01, 2002 7:52 AM >To: Struts Users Mailing List >Subject: RE: ideal method to set the sessionid in struts? > > >It will create and return a session if none exists. If session exists it >will return that. > >V > >-----Original Message----- >From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 01, 2002 5:20 PM >To: 'Struts Users Mailing List' >Subject: RE: ideal method to set the sessionid in struts? > > >No. > >-----Original Message----- >From: jfc100 [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 01, 2002 6:43 AM > >I think I can assume that calling 'request.getSession()' >explicitly will always return an existing session. > >Is that correct? > >Joe > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > ok, well somewhere a session is being created without me having to explicitly create one - perhaps in the struts controller.
This is why I say that my call to getSession() in MyAction will only return an existing session. Joe -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

