0

I'm using Spring MVC and have to implement session tracking through programatically.

When user logged in, check some info related to credentials and get the rememberedParameter(SessionId) from Oracle coherence and send it back to User, further requests from the same user should accompany by rememberedParameter so that session will be remembered for 30 mins..After 30 mins user has to be logged out and redirected to login page.

Above is my scenario, I could implement it manually through java program but is there any framework which will do it for me?

Will Spring Security will cover this scenario?

Pls advice me..

4

1 回答 1

0

使用 Oauth 框架..真的很好...

于 2012-07-26T19:04:19.183 回答