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
9, Jim Barrows wrote: > > -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

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

no sessions

2004-12-07 Thread josh
Is there a way to specify a struts app not to create a session object? -- Joshua Cronemeyer signature.asc Description: This is a digitally signed message part