Click to See Complete Forum and Search --> : Login with session in Struts


rahule29
07-02-2010, 03:12 AM
Hi guys

I have developed a simple login page which states that if username and password are equals the go to home page otherwise redirect to login page throwing error. That all are working correctly but the reason is that I want to set the session for login page and if that is valid then it should be stay in the home page, if the session is different or session did not match then it should redirect to ligin page....

Please help me to set the session in struts.