function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
OlegBOlegB 

Self-Service user's session does not expire after the logout

How long does a Self-Service user's session live AFTER the user has logged out?

Here's what I'm trying to do:

I have a link on the self service page pointing to a servlet. I'm passing a self-service session ID to it and everything works fine when the user is logged in. However, I  would expect the session to expire as soon as the user logs out, which does not seem to happen. If I copy the a link with that session ID (after the logout) to another browser and attempt to call my application again, it does NOT fail.

Q's:

1) Does a session automatically expire after a certain time?

2) Is there a way to invalidate it right after the logout?

Thank you,

Oleg.