This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Websphere and the fly likes session expire in spring and websphere Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "session expire in spring and websphere" Watch "session expire in spring and websphere" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: session expire in spring and websphere
 
Similar Threads
struts2.0 application issues
JSF Example Error
struts2.0 example console message
LTPA Token validation failure problem Info
Converting from GMT to Local Timezone using two seperate fields (date & time).