J
|
Jane 7/28/2008 |
Paul, globla $conn; $strInsert = "insert into Tablename (Name,login_time) values ('".$_SESSION["UserID"]."',now())"; db_exec($strInsert,$conn);
|
S
|
swanside author 7/28/2008 |
Paul, to add new record to the Login Events table use AfterSuccessfulLogin event: There is no easy way to save logout time stamp because user can close browser or go to another page and you can't capture correct date and time.
|