Is is possible to send the jsessionid via the URL when working with 
endpoints?

Such as https://app.appspot.com/_ah/api/bp/v1/endpoint;jsessionid=test

When trying this I'm getting a 404 not found message whenever I include the 
jsessionid. Passing the jsessionid by cookies works fine, but by URL it's 
not accepting the session.

The reason for passing by URL is because if a jsessionid cookie is not set 
at the time of the URL request, the requested session ID is null and a new 
session is not automatically created and stored by the browser.

An alternative question would be if it is possible to add a response to the 
endpoint request which tells the browser to store a cookie? Or is it 
possible to initiate a session for endpoint requests?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to