Fix issues with dotclear session management and browser cache.
[dotclear.git] / widget.auth.php
index fd6bd83..388eabe 100644 (file)
@@ -7,6 +7,9 @@ class xorgAuthWidget {
   static public function widget(&$w) {
     global $core;
     $name = $core->auth->userID();
+    var_dump($_SESSION);
+    var_dump($_REQUEST);
+    echo "sessionid = " . session_id();
     if ($name) {
       return '<p>Tu es ' . $core->auth->getInfo('user_displayname') . '<br />'
            . '<a href="' . $core->blog->url . 'auth/exit">déconnexion</a></p>';