hello ;
i need your help
i'm using spring security 3.0.5
remember-me with session control
i note that in my controller i use an HttpSession to store data
;
in my spring-security.xml i have
<remember-me key="keys" token-validity-seconds="60"/>
<session-management invalid-session-url="/index.htm">
<concurrency-control max-sessions="1" error-if-maximum-exceeded="true" />
</session-management>
in web.xm i have or.spring......web.session.HttpSessionEventPublish er
but when i close the browser and open it
i get this error :
authentication failur: Maximum sessions of 1 for this principal exceeded
like it try to login again with the previous cookies of remember-me
any helpe please ?![]()



Reply With Quote
