RE: Check Session is valid response.sendRedirect not working

2002-07-18 Thread Telesis Support - Bangalore
hi all, I have also encountered the same problem. I am using a login.jsp page, where the user has to enter his login id and password, then while submitting , it calls the servlet class to validate the login and then the servlet sends the response to a new jsp page. In the servlet, i am

RE: Check Session is valid response.sendRedirect not working

2002-07-17 Thread Vikramjit Singh
use jsp:forward instead of response.sendRedirect(). -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 9:31 AM To: Tomcat Users List Subject: Check Session is valid response.sendRedirect not working Hi, I am developing a webapplication