jcoleman / tomcat-redis-session-manager

Redis-backed non-sticky session store for Apache Tomcat
MIT License
1.8k stars 1.12k forks source link

Session.getId() is different with request.getRequestedSessionId() #74

Closed zjfplayer closed 8 years ago

zjfplayer commented 8 years ago

I use spring-security,but authentication filter's sessionId is different with the next filter's request.getRequestedSessionId(),it causes the different session and login failed,why?

jcoleman commented 8 years ago

I don't use spring-security, and so I'm not sure what the issue is.