Back
Similar todos
Framework Improvement: Prevent sessions from expiring too soon
Make session last longer #epihu
#hw fix Session Expiration TTL
remember user session indefinitely #betalist
start build PHP session based persistent login system because I discovered you can actually set PHP session IDs to stay alive after browser closes with session_set_cookie_params(10*365*86400); to set it for 10 years for example, so we don't have to build our own session system anymore #photoai
Set minimal session time to 10 minutes. #dwh
authentication session lifespan #epihu
check sign-out token expiration #altitude
add an alert when the session expires in 1min #hour
fix logout when auth expired #checkoutpage
Make users logged in by setting cookie expiration date far into the future #storyai
#stekker Automatically end sessions that are stale
Fixed expiring auth tokens for #blankpage
Expire magic links after 10 minutes instead of after usage (because some email clients pre-fetch the link and then it no longer works) #startupjobs
keep user signed in across browser sessions. #wip
Cron jobs for expired/unsuccesfull sessions
fix login sessions
fix visit count cookie cuz it will expire in session so I need to add expiration date (thanks @levelsio for the tip)
#hw make sessions persistent between sessions