| Author |
session expire in spring and websphere
|
Tirish kumar
Greenhorn
Joined: Apr 16, 2007
Posts: 2
|
|
Hi,
I am using spring mvc frame work. I am using form based security and backend LDAP. I am using Websphere 7.0.0.19.
Problem: I am getting session expired issue when I leave a browse more 1.30 hour. I specified 4 hours in web.xml but my session is expires some times with in 1 hour or 1.30 hour. When check the log I am getting below error,
12/9/11 12:46:39:521 CST] 0000002c LTPAServerObj W SECJ0371W: Validation of the LTPA token failed because the token expired with the following info: Token expiration Date: Fri Dec 09 11:16:00 CST 2011, current Date: Fri Dec 09 12:46:39 CST 2011.
[12/9/11 12:46:39:525 CST] 0000002c LTPAServerObj W SECJ0371W: Validation of the LTPA token failed because the token expired with the following info: Token expiration Date: Fri Dec 09 11:16:00 CST 2011, current Date: Fri Dec 09 12:46:39 CST 2011.
Please let me know any ideas?
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4121
|
|
|
Your session isn't expiring - your LPTA token is expiring, meaning you are no longer authenticated via third-party authentication. This is configured in WAS, and is not part of Spring, so moving the question to a more appropriate forum.
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
Tirish kumar
Greenhorn
Joined: Apr 16, 2007
Posts: 2
|
|
|
Thank you very much.
|
 |
 |
|
|
subject: session expire in spring and websphere
|
|
|