Re: Struts Application Design Issue

2007-02-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shyamsunder, Reddy, Shyamsunder wrote: > 1.How to make sure that ActionServlet doesn't create any session using > request.getSession(true) before the Request Processor class is classed. I don't believe that Struts ever calls request.getSession(tr

Struts Application Design Issue

2007-02-06 Thread Reddy, Shyamsunder
Hi, I am developing a Struts 1.1 based application to be deployed in Web Sphere Application Server 5.1. There is no login page in the application, but I nee d to make sure that valid session exists with each request and session should be created only once at one place. So I have a subclass the ex