Re: no sessions

2004-12-08 Thread Dmitrii CRETU
Hello josh, this is the way we do it: How to prevent struts application from session creation === You must prevent calls to "request.getSession()" (<==> request.getSession(true)) method wich creates HttpSession if it does not exist. 1. Add to

RE: no sessions

2004-12-07 Thread Jim Barrows
> -Original Message- > From: josh [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 07, 2004 9:50 AM > To: Struts Users Mailing List > Subject: RE: no sessions > > > This is related to an earlier email that I sent with the subject > "Session Invalida

RE: no sessions

2004-12-07 Thread josh
This is related to an earlier email that I sent with the subject "Session Invalidation in JSP" The problem is the same one, I am just more specific with my question this time. In my other question I mentioned that I had designed a portal as a collection of smaller struts apps. One of these app i

RE: no sessions

2004-12-07 Thread Jim Barrows
> -Original Message- > From: josh [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 07, 2004 8:23 AM > To: Struts Users Mailing List > Subject: no sessions > > > Is there a way to specify a struts app not to create a session object? THis sounds like one of those questions where we ha