Hii,,
I am having a problem doing session management in Struts.....After logging out the user has to be directed to login page. and invalidate the session..This i am doing through logoff action class...Also after logging i need to make sure that user cannot see the contents of
jsp page rather be directed to login page...here is m login action class..
.
My logoff action class is as follows
In all the action classes i am checking whether the (
String)session.getAttribute("loggedin")==true...If not i am redirecting it to login page...This works fine...But in my jsp i am trying the same thing...
Its giving Illegal State Exception...
.Cannot FORWARD..The response already committedI am using a simple tile template for each of my page...one of the page is
Its giving Illegal State Exception...What is the problem i am unable to understand..I also incresed size of buffer to 256k but still no solution....Please Help as to how to redirect to login page after session is invalidated
Thanks in advance