wtpandar
09-26-2006, 12:36 AM
Hi,
I am trying to make a secure login. I am using Java beans to maintain the session.
I am able to login and logout without too much problems.
My problem is, i have website that uses frames and evey page i would like to make secure with Java code that checks whether a session is valid. if there are no sessions available then the user is directed to the login page. the problem is when a user selects and item to display in the main part of the frame the page in the main section does not recognise that there is a session already available.
I have set the bean to session, but it does not seem to work
any hints?
Thanks
I am trying to make a secure login. I am using Java beans to maintain the session.
I am able to login and logout without too much problems.
My problem is, i have website that uses frames and evey page i would like to make secure with Java code that checks whether a session is valid. if there are no sessions available then the user is directed to the login page. the problem is when a user selects and item to display in the main part of the frame the page in the main section does not recognise that there is a session already available.
I have set the bean to session, but it does not seem to work
any hints?
Thanks