> -----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 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 is a central > servlet that handles requests from all the other apps. The replies to > these requests need to by dynamic, but not statefull... > > To me, this means that I don't need the session. My app would be more > efficient without it. Is there a way I can prevent one from getting > created. I was hoping there was something I could put in the web.xml, > but it seems like the session-timeout variable is the only related > option. It can't help me except by making the sessions drop off more > quickly. Any suggestions?
No elegant ones, other then what's already been suggested to you. Keeping track of sessions is a good thing normally, but for what you want... isn't really what struts was designed for.. the portal specs on the other hand..... :) > > thanks in advance > josh > > On Tue, 2004-12-07 at 10:29, 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 a > session object? > > > > THis sounds like one of those questions where we have to > ask.... what are you trying to do? > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]