Hi
Can someone please explain me what does it mean for setting
session-fixation-protection="none".
Other Options are migrate and new which are i think will migrate old session to new one and will create new session for each request respectively.
Hi
Can someone please explain me what does it mean for setting
session-fixation-protection="none".
Other Options are migrate and new which are i think will migrate old session to new one and will create new session for each request respectively.
I suggest a read of the Spring Security Reference Guide which explains exactly what each does/means.
Marten Deinum
Java Consultant / Pragmatist / Open Source Enthousiast / Author
Pro Spring MVC: With Web Flow
Conspect
Have you read the reference guide.
Use the [ code ] tags, young padawan
Thanks Marten , post was really helpful in claering my doubts.