I'm sorry, I pointed you in the wrong direction.  Session timeout is
actually set in the web.xml:

<session-config>
  <session-timeout>30</session-timeout>    <!-- 30 minutes -->
</session-config>

The problem with logging in twice is most likely due to your logout
page/function not properly expiring the session and sending the user to
the right place.  Your logout function should expire the session, and
then send the user to some place inside the protected area, not the
login page.  This
will cause the user to land on the login page.

Let me know if this works out for you.

|)ave
-----Original Message-----
From: Skely Vengaboy [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 05, 2005 2:20 PM
To: Tomcat Users List
Subject: RE: HTTP Status 408 - The time allowed for the login process...

Good insight.. Yes, my browser does open to the login page.
I tried looking at server.xml file.. but could'nt find a clue on it...

Also, I have two web applications hooked up with Single Sign On feature.
SSO function works fine.. But once I log out of an web app and try to
re-login again... Its showing the login screen twice before I could
log-in to the web-app.
 
A few strange behaviours that could only be answered by the Tomcat Team

Cheers,
Magesh

David Owens <[EMAIL PROTECTED]> wrote:
This can also happen if you have your browser open to the login page,
and then reload the webapp. 

This is happening because your session is timing out. The default
timeout
in Tomcat is 30 minutes. I can't remember the exact place, but this
can be changed in the server.xml.

|)ave

-----Original Message-----
From: Skely Vengaboy [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 05, 2005 1:14 PM
To: Tomcat Users List
Subject: HTTP Status 408 - The time allowed for the login process...


Guys,

I use JDBC realm for authentication. 

In the login screen, when the user enteres an invalid username and
password for the first time and retries to login with valid username and
password, I get this message on browser:

How to come around this situation. Any help is appreciated.

Thanks,
Skely

HTTP Status 408 - The time allowed for the login process has been
exceeded. If you wish to continue you must either click back twice and
re-click the link you requested or close and re-open your browser...

type Status report

message The time allowed for the login process has been exceeded. If you
wish to continue you must either click back twice and re-click the link
you requested or close and re-open your browser

description The client did not produce a request within the time that
the server was prepared to wait (The time allowed for the login process
has been exceeded. If you wish to continue you must either click back
twice and re-click the link you requested or close and re-open your
browser).


---------------------------------
Do you Yahoo!?
Yahoo! Sports - Sign up for Fantasy Baseball.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to