Homec4science

Fixed session bug! session was written in a cookie sent to headers_out. For re…

Authored by Samuele Kaplun <samuele.kaplun@cern.ch> on May 14 2008, 09:56.

Description

Fixed session bug! session was written in a cookie sent to headers_out. For re-reading it, it was read from headers_in. But this contained the cookie only on the next iteration. Hence trying to read the session more than 0 times on the first request was bringing each time new cookies, new sessions, new guests users. Now when the session is generated it is also saved in fictious way in headers_in.

Event Timeline

Samuele Kaplun <samuele.kaplun@cern.ch> committed R3600:f82f432b2798: Fixed session bug! session was written in a cookie sent to headers_out. For re… (authored by Samuele Kaplun <samuele.kaplun@cern.ch>).May 14 2008, 09:56