Open
Description
Solves matsim-org/viz#106.
Currently a login cookie with an auth token is stored on the users machine. This cookie currently is a session cookie. Make this cookie live longer than the session to prevent repeated Logins.
Initial expiration could be 24 hours and each time the user visits a new cookie with a newly generated token is stored.
Activity