Re: response.sendRedirect and request.getQueryString

2008-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kamal, Kamal wrote: > I am running two web apps (one in Tomcat 5.0.30 and another in Tomcat > 5.5). The app running in Tomcat 5.0.30 calls the app in Tomcat 5.5 > (uses Form Authentication ). We have a JSP page in Tomcat 5.0.30 app > that authenticat

response.sendRedirect and request.getQueryString

2008-09-03 Thread Kamal
Hi All, I am running two web apps (one in Tomcat 5.0.30 and another in Tomcat 5.5). The app running in Tomcat 5.0.30 calls the app in Tomcat 5.5 (uses Form Authentication ). We have a JSP page in Tomcat 5.0.30 app that authenticates and generates the jsessionid for the app running in Tomcat 5.5.