Saturday, 15 March 2014

Spring MVC Controller method that won't affect session timeout -



Spring MVC Controller method that won't affect session timeout -

i have spring mvc rest method called periodically application poll notifications in background. method not impact session timeout, users still logged out automatically if leave browser window open without interaction.

is possible annotate spring mvc controller method won't impact session timeout?

afaik, session timeout managed @ container level, far above spring controllers. , not know java ee trick request should not reset session timeout.

the thing can imagine study timeout in front-end application : if there no user interaction determined timeout, front-end automatically sends disconnection request.

spring-mvc spring-security

No comments:

Post a Comment