cancel
Showing results for 
Search instead for 
Did you mean: 

Second login fails

jaec
Champ in-the-making
Champ in-the-making
Hi all.

I want to know why if i re-login through login.jsp (once i have an active valid session) with my account the default behaviuor is only reload the login.jsp page instead of redirecting to my home space. I need to change this behaviuor in order to complain with a requirement that i have. I very appriciate help on this.

Best regards.
4 REPLIES 4

kevinr
Star Contributor
Star Contributor
We have not seen this problem. Can you give some more information on your setup? Machine type/os, Alfresco version, Browser version etc.

Thanks!

Kevin

jaec
Champ in-the-making
Champ in-the-making
We have not seen this problem. Can you give some more information on your setup? Machine type/os, Alfresco version, Browser version etc.

Thanks!

Kevin
Server:
Pentium IV
Linux/Fedora Core 4
MySQL 4.1.16
Java SDK 1.5.0_02
Alfresco w/tomcat bundled 1.2.0

Client:
Petium IV
Windows
Firefox 1.5.0.3

The scenario in order to replicate this issue is:

1. Point the browser to login.jsp
2. Type a valid username and password and login
3. Once in the view browse.jsp click on the back button
4. Repeat step 2, the page will only reload itself (THIS IS THE ISSUE)
6. Repeat step 2 again, at this time it will be visible the browse.jsp view

Important: no logout performed.

Best regards.

kevinr
Star Contributor
Star Contributor
The Back button is not very well supported in the JSF MyFaces UI component framework we are using (very similar to .NET web-apps). If you use the "Logout" link the system will logout the user correctly.

Cheers,

Kevin

jaec
Champ in-the-making
Champ in-the-making
The Back button is not very well supported in the JSF MyFaces UI component framework we are using (very similar to .NET web-apps). If you use the "Logout" link the system will logout the user correctly.

Cheers,

Kevin
Thanks for the response.

Best Regards.