]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/ctdlsession.php
* added api.html
[citadel.git] / ctdlphp / ctdlsession.php
index 5683467abae3f93b76b9e42be3ea535b28fb588b..a890e842149692bebc7d170fa755cdd9bdb9ee88 100644 (file)
@@ -1,7 +1,6 @@
 <?PHP
 
-//
-// ctdlsession.php
+// $Id$
 //
 // This gets called from within the header functions.  It establishes or
 // connects to a PHP session, and then connects to Citadel if necessary.
@@ -46,6 +45,7 @@ function establish_citadel_session() {
                // Try to log the user back in.
                if ($clientsocket) {
 
+                       ctdl_iden();    // Identify client
 
                        if ($_SESSION["username"]) {
                                login_existing_user(