Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: One User login at time in perl cgi

by Anonymous Monk
on Sep 06, 2011 at 10:43 UTC ( [id://924352]=note: print w/replies, xml ) Need Help??


in reply to One User login at time in perl cgi

This is the logic
if( firstToLogIn(...) ){ youTheBossNow(...) } else { soSorryOnlyOnePegInHole(...); }
Details at Highlander: one instance at a time (Oct 00)

Replies are listed 'Best First'.
Re^2: One User login at time in perl cgi
by Anonymous Monk on Sep 06, 2011 at 11:08 UTC

    Hi,

    Thanks for reply. I am not understood, your code, could u please little be elaborate?

      There is not a lot to it. What part of it is confusing?

      • The if statement? See if
      • The condition? That's just a flag that gives true if there are no other users logged in. Count the active logins to see what it should return.
      • Printing a normal page? Presumably you already do this.
      • Printing an error page? This is the same as a normal page, but with a different message.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://924352]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-29 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found