spring security - SpringSecurity replaying a login Grails -
spring security - SpringSecurity replaying a login Grails -
in grails, have configured spring security. best practise alter value of session tokens after login , logout. however, wondering should behaviour if login replayed.
for example, logs in, receives valid session token (http jsession). replay login, should new token or not?
i think section of documentation regarding session fixation prevention addresses potential issue. unless have technical reason not enabling feature it's best practice so.
grails spring-security
Comments
Post a Comment