hv @ Fashion Content wrote:
I get:

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

Will it happen when a JSESSION cookie is on the client, but no longer on the server?

It happens with FORM authentication. The sequence of events is:
- user requests protected page
- server returns login jsp (session is created at this point)
- user does nothing
- session expires (default 30 minutes?)
- user submits login form
- server can't find session associated with login as it has expired
- server returns 408

Mark


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

Reply via email to