You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So currently there is only one type of session cookie that can be created. This is a "permanent" cookie. So if I wanted to also include temporary sessions. So if the user is logging in from a public place, what should be done?
I thought of maybe creating another lucia instance for that with cookies that expire in 5-10min. Would that be the way to move forward with it or is there another simpler way to do it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
So currently there is only one type of session cookie that can be created. This is a "permanent" cookie. So if I wanted to also include temporary sessions. So if the user is logging in from a public place, what should be done?
I thought of maybe creating another lucia instance for that with cookies that expire in 5-10min. Would that be the way to move forward with it or is there another simpler way to do it.
Beta Was this translation helpful? Give feedback.
All reactions