Cross Domain AJAX/Javascript - Artificially using a sessionid
问题 I currently have a RESTful webservice which recognises a client via it's session. I have a client which uses ajax/javascript to access the contents of the RESTful webservice. I allow this to happen by responding to the request with the headers: Access-Control-Allow-Origin , Access-Control-Allow-Credentials , Access-Control-Allow-Methods . However, although the client can access the content's each request is regarded as a different session as cookies cannot be used across domain. I don't want