[PHPLIB] logout boggle From: Jan Johansson (j2 <email protected>)
Date: 01/27/00

Just trying some simple code

<?php
page_open(
        array("sess"=>"CS_Session",
        "auth"=>"Example_Auth",
        "perm"=>"Example_Perm"));
$perm->check("admin");

echo "inloggad";

unauth($nobody=false);

page_close();
?>

however neither unauth($nobody=false) or logout($nobody=$this=>$nobody)
does anything but return "Call to unsupported function"

hom am i supposed to "destroy" a login?

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.