2010/8/19 Yawar Saeed Khan/ITG/Karachi <[email protected]>: > Ok, let me share my source code with you... > > HttpSession session = request.getSession(true); > response.sendRedirect("main.jsp"); //logged-in page
See documentation on HttpServletResponse.encodeRedirectURL( ) method. It must be used here. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
