This reverts commit 10910490.
The automatic sessions are actively used for requests going over lighttpd.
Requests with automatic sessions sets token
cookie
and the browser returns token
cookie in next request.
This change was breaking this flow, because the token was not recognized
in next request and new session was silently created in this next request.