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.
Description
Description
Details
Details
- Committed
Samuele Kaplun <samuele.kaplun@cern.ch> May 14 2008, 09:56 - Parents
- R3600:2c9671cc8f33: Changed socket default timeout from 10s to 40s. This could maybe help in…
- Branches
- Unknown
- Tags