On Sat, 28 May 2011 10:16:38 -0300, Denoite <deno...@yahoo.de> wrote:

Hi!

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?

Nothing specific to Tapestry itself, as this is a business rule, not a web tier one. Just have a boolean loggedIn field and table column and set it to true when the user authenticates and to false when it logs out.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to