You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One possible way to do this is to keep a Docker volume which contains the session store in a serialised form. Perhaps the sessions store could be converted into a duratom.
This would eliminate the annoyance of being logged out whenever there is an update to the system. Presumably the TTL nature of the session store would either not be affected or it could be rewritten in such a way that it isn't affected.
The text was updated successfully, but these errors were encountered:
One possible way to do this is to keep a Docker volume which contains the session store in a serialised form. Perhaps the sessions store could be converted into a duratom.
This would eliminate the annoyance of being logged out whenever there is an update to the system. Presumably the TTL nature of the session store would either not be affected or it could be rewritten in such a way that it isn't affected.
The text was updated successfully, but these errors were encountered: