I'm thinking of a situation where an administrator makes some changes to another user in the system that happens to be logged in. Is there any programatic way to invalidate that specific users session variables and force them to be repopulated?
Use Case
- Admin Edits Bobs preferences
- Business Logic clears bobs preferences stored in session
- Preferences saved to database
Thanks