Implement "remember me" #4
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: botris.social/femto-webapp#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sessions expire after 30 mins of inactivity or when the server is restarted I want to have a "remember me" checkbox which allow long persistent sessions. I did already some of the groundwork to implement this. it is mostly (almost entirely) a server side feature.
Somethings to take care of will be invalidating saved sessions as necessary.
oh yeah this is done too