Hi,
 I am using web2py to implement REST Server . I gave a 2 GET  calls using 
same browser instance. I am finding the 
session id changing between the calls

[Tue Jul 16 19:57:45 2013] response.session_id   
None:9f4c92be-9f70-4a1c-a22c-4b46d480d2c5
[Tue Jul 16 19:57:45 2013] request.env.http_cookie   
session_id_trotez="None:09f84d73-cc6d-43eb-a5e7-32c031b2ee76"

[Tue Jul 16 19:58:24 2013]  response.session_id   
None:916101c6-421a-4c97-99b3-62da330af7de
[Tue Jul 16 19:58:24 2013] request.env.http_cookie   
session_id_trotez="None:9f4c92be-9f70-4a1c-a22c-4b46d480d2c5"


In call 1 , web2py  returned a session id ending with 2c5. In second call 
browser has send it back correctly in the cookie. But web2py is using 
another session_id in the response (line 4 ). I feel it should send the 
same id so that both calls can be tied to the same session.

Is this  the intented behaviour ?

Tony

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to