On May 14, 10:05 am, Benigno <bca...@albendas.com> wrote: > Is there any simpler way or any example of this or something similar > anywhere that I could use as an example?.
The presence of the "Session ID" in the "response" object is all handled by web2py. On the client side, whatever tool you're using to make the HTTP connection should provide some means of accessing the response data, and the headers within that data. You can examine the headers to look for the session-id cookie. I am afraid I don't have a useful example to show this right now.