Closed mariusor closed 5 years ago
We're currently saving to the session the whole models.Account object.
As it contains the Votes slice and the SSHKey associated with the account, the size of the session outgrows the capacity of the cookie session store.
We need to:
{ handle, key }
.env
Added file storage session store capabilities in 0281345c669db45ab42f8d.
We're currently saving to the session the whole models.Account object.
As it contains the Votes slice and the SSHKey associated with the account, the size of the session outgrows the capacity of the cookie session store.
We need to:
{ handle, key }
and store that to session..env
values)