I have found the issue. When we change the configuration in tomcat from JSESSIONID to ZSESSIONID.
We should also recompile mod_jk with ZSESSIONID. On Friday, 1 May 2015 12:42:01 UTC+5:30, Pawan Goyal wrote: > > 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. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
