Preventing Multiple Login with same login credentials

How can i Prevent Multiple Login with same login credentials in vaadin 6 ?

Please provide a bit more details on how you are handling the login, so it would be easier to help you. In general I’d say you have to do the login tracking yourself - or delegate it to some third party library/framework. There’s nothing in vaadin framework to handle this for you.