In my application default session time-out is 20 minutes. When the user logs out from the portal before time-out is there any way to kill the session explicitly. The session state is configured to "inproc".
Application is launched on a portal and user can access the application and logs out from portal. Session state is still alive if he logs out before 20 minutes which consumes more memory and leads to performance degradation as there are multiple alive user sessions.
Based on authentication token from portal how can we explicitly identify current user session and how to kill it explicitly?