How can you see the effect of active session life span properties?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 12:34 AM - edited 07-15-2024 12:36 AM
Hello experts,
Did anyone of you have any experience on utilizing the any of the following properties (glide.integrations.active.session.life_span, glide.ui.active.session.life_span and glide.guest.active.session.life_span) ?
I can see in their documentations that the property enforces max lifespan on active guest HTTP session, authenticated HTTP sessions and active guest HTTP sessions irrespective of inactive timeout. But I cannot figure out how can you see this effect implementation wise.
Does anyone of you have any experience on using or utilizing one of those properties?
Can you give a sample implementation wherein those properties can be tested for its effects?
Regards,
Grainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 09:07 PM
Hello,
Just an update,
I tried checking on the glide.ui.active.session.life_span property and it seems that its purpose is to enforce a timeout on a user session timeout. But upon checking on an admin user it seems that the 10 minutes timeout.
Regards,
Grainer