Second login fails

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2006 04:20 PM
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.
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.
Labels:
- Labels:
-
Archive
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2006 08:50 AM
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
Thanks!
Kevin

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2006 04:29 PM
We have not seen this problem. Can you give some more information on your setup? Machine type/os, Alfresco version, Browser version etc.Server:
Thanks!
Kevin
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2006 01:40 PM
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
Cheers,
Kevin

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2006 12:55 PM
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.Thanks for the response.
Cheers,
Kevin
Best Regards.
