Hi,
I have Spring MVC application ,where i am using spring security. i have changes the session cookie variable from JSESSIONID to ZSESSIONID.
So my session id value is now getting stored in ZSESSIONID.
Login is working fine.But when i sending a ajax request through Angularjs ,its authentication fails and i am not able to read session data in my Spring controller.
Any Spring DWR ajax will solve this issue by changine JSESSIONID to ZSESSIONID in
engine.sj but in angular we do not know where to make change.
please provide any clue to solve this issue.