<copy-paste-javadoc> getSession public HttpSession getSession() Returns the current session associated with this request, or if the request does not have a session, creates one.
</copy-paste-javadoc> V -----Original Message----- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 5:25 PM 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]>

