LoginWWW(3)                                                        LoginWWW(3)



NNAAMMEE
       LoginWWW -

SSYYNNOOPPSSIISS
       Inherits HHttmmll.


   PPuubblliicc MMeetthhooddss
       void ccrreeaattee ()
       int qquueerryy__llooggggeedd__iinn (string name, string id)
       void ttiimmeeoouutt ()
       int llooggoouutt (string name, string id)

DDEETTAAIILLEEDD DDEESSCCRRIIPPTTIIOONN
       This object is used to log players in. It also holds the data for all
       current login sessions. The other WWW objects call functions in this
       object to validate the login data they receive as parameters.

       Definition at line 12 of file www/login.c.

MMEEMMBBEERR FFUUNNCCTTIIOONN DDOOCCUUMMEENNTTAATTIIOONN
   vvooiidd ccrreeaattee (())
       Initialize the check for login timeout.

       Definition at line 25 of file www/login.c.

   iinntt llooggoouutt ((ssttrriinngg nnaammee,, ssttrriinngg iidd))
       Call this when you wish a login session to be terminated.

       RReettuurrnnss::
           True on success (the login session was terminated) and false on
           failure (no such login session).

       Definition at line 126 of file www/login.c.

   iinntt qquueerryy__llooggggeedd__iinn ((ssttrriinngg nnaammee,, ssttrriinngg iidd))
       Call this from other www objects to see if the player given really is
       logged in. Calling this function also resets the timeout (so checking
       the account's state is a form of keep-alive)

       RReettuurrnnss::
           True if the player _n_a_m_e is logged in to the web pages using session
           ID _i_d, and false otherwise.

       Definition at line 94 of file www/login.c.

   vvooiidd ttiimmeeoouutt (())
       Called every five minutes to disconnect idle users.

       Definition at line 106 of file www/login.c.


AAUUTTHHOORR
       Generated automatically by Doxygen for Walraven from the source code.



Walraven                          8 Jan 2004                       LoginWWW(3)
