On Mon, May 1, 2017 at 2:24 PM, <[email protected]> wrote: > Does please someone know how to forbid more than 1 user for a mojolicious > session ?
You might store a special key in the session when the user logs in, and store it on the server as well. Then when user two tries to login the server will see that a key already exists and not allow the second login attempt. -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
