On Sun, Nov 10, 2013 at 8:24 PM, Ryan Lombardo <[email protected]>
 wrote:

> Is is possible to send the jsessionid via the URL when working with
> endpoints?
> 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 jsessionid is normally a parameter, such as *example . com /
thisisjustatest ? jsessionid = 1*.

Are you using the question mark (*?)* to denote parameters, or is the
semicolon (*;*) in your example a typo?


On Sun, Nov 10, 2013 at 8:24 PM, Ryan Lombardo <[email protected]>
 wrote:

> 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?
>


Yes, but you need to directly access the request and response objects to
set/get the cookie. See
http://stackoverflow.com/questions/15056830/getting-raw-http-data-headers-cookies-etc-in-google-cloud-endpoints
for
an example.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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