increase session lifetime #44

Closed
opened 2022-05-10 16:01:21 +00:00 by MCWertGaming · 2 comments
MCWertGaming commented 2022-05-10 16:01:21 +00:00 (Migrated from github.com)

To prevent the users sessions from being removed, we should increase the TTL of the data in Redis one day on every day the session is used.

To prevent the users sessions from being removed, we should increase the TTL of the data in Redis one day on every day the session is used.
MCWertGaming commented 2022-05-17 15:46:37 +00:00 (Migrated from github.com)

This TODO depends on the method used to validate sessions. If we'll expose the API servers directly, we might need to implement that in libpuroto so that all services can use that. If we use an API proxy though, we might want to do the session validation in the API proxy instead.

This TODO depends on the method used to validate sessions. If we'll expose the API servers directly, we might need to implement that in libpuroto so that all services can use that. If we use an API proxy though, we might want to do the session validation in the API proxy instead.
MCWertGaming commented 2022-06-13 01:11:55 +00:00 (Migrated from github.com)

Implemented in #66.

Implemented in #66.
Commenting is not possible because the repository is archived.
No description provided.