I have an application in which I am required to only allow one user (session) to maintain the account at a time. In the past I have placed the account number in the ServletContext so I can test for its presence if another user tried to login to the same account. Does anyone know if there is another Springy way to do this ?