get httpSessions from context
Hello,
Does anybody know how a servlet can access the HttpSessions (plural) from a servlet.
For example: if one were to remove a user from a database of users, one would also wish to invalidate their HttpSession to avoid a programme getting 'confused'.
Thanks in advance,
Bamkin

