What do you mean? Multiple logins at the same time from different browsers/machines? If so, you could associate the user with the sessionId the user logged in with (in memory or persisted). If the same user now logs in with a different sessionId invalidate the first one or disalow login on the second request.

Cheers,
Joost

On 28/05/11 3:16 PM, Denoite wrote:
Hi!

I would like to prevent users from login in multiple times at a time.
Is there a simple way to do that wit T5?

Thanks a lot.

Jo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to