but after that angular.js don't create cookie XSRF-TOKEN and XSRF-V and there are no link to application section (content, media, settings and so on) and asmx-webservices (I need them a lot, not webapi, I need asmx) work correctly.
But if i turn cookieless="true" Umbraco looks good and work fine with SessionID in URL, but asmx-webservices with contentType=application/json (it's jquery ajax postback) didn't work at all because it can't redirect from /json/myservice.asmx/method to /json/(SessionId)/myservice.asmx/method
Does somebody use Umbraco with state server? How does it work?
Backoffice cluster: angular-cookie didn't create
Hello.
I want to use Umbraco backoffice as cluster. I wrote in web.config
but after that angular.js don't create cookie XSRF-TOKEN and XSRF-V and there are no link to application section (content, media, settings and so on) and asmx-webservices (I need them a lot, not webapi, I need asmx) work correctly.
But if i turn cookieless="true" Umbraco looks good and work fine with SessionID in URL, but asmx-webservices with contentType=application/json (it's jquery ajax postback) didn't work at all because it can't redirect from /json/myservice.asmx/method to /json/(SessionId)/myservice.asmx/method
Does somebody use Umbraco with state server? How does it work?
Hello. If somebody will be confronted with such difficulty, there is a workaround:
AppCode:
It creates angular cookie.
is working on a reply...