• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

session expire in spring and websphere

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


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?


 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Tirish kumar
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic