klinge / sl-webapp

Members and activities database for a sailing club
0 stars 0 forks source link

Add a new middleware that refreshes the session on page load #29

Closed klinge closed 4 weeks ago

klinge commented 1 month ago

Prevent the user from being logged out while active on the site. Also check global session timeout..

klinge commented 1 month ago

Could be added as middleware maybe? Adding a timeout variable to the session and then updating that on each call maybe? Could be a new middleware..

klinge commented 4 weeks ago

Already solved by using a timeout on the session that is updated once in a while..