hello, i have an html page with JavaScript. It runs on http://127.0.0.1. I have a local GAE run on http://127.0.0.1:8888
I send a request to my local GAE testserver via XMLHTTPRequest. My servlet successfully gets the request, creates a new session via getSession(true) and returns. My client javascript successfully retrieves the answer and in the Chrome Web developer tools i can see, that a jsessionid has been sent along with the answer, with "" as domain and "/" as path. Now when i make a second request via javascript, i would expect, that the browser sends the cookie with the jsessionid back to the server, but it doesn't. Thus, each time a new session is created. What might i be doing wrong? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/eb09c36gFAsJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
