Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I'd look into a custom login form. Then you could set a flag that the session timed out (before session timed out event), then test for that when the user logs back in...they'll use your login form to do it, so you could test there if the user is changing after a time out and handle the forms before logging the new user in.
This also suggests an enhancement request: CurrentUserChanging event, which might be cancelable.
|