-
- Downloads
Only store the 'info' part of the auth hash in the session
The auth hash can be quite large, and with session storage in cookies,
the cookie can easily reach the 4 KB limit. Work around this issue
by only storing the part of the hash we currently use.
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
Please register or sign in to comment