Date: 01/27/00
- Next message: Manuel Hossfeld: "Re: [PHPLIB] logout boggle"
- Previous message: Antonio Carlos Venancio Junior: "[PHPLIB] Array Question"
- Next in thread: Manuel Hossfeld: "Re: [PHPLIB] logout boggle"
- Reply: Manuel Hossfeld: "Re: [PHPLIB] logout boggle"
- Reply: Kristian Köhntopp: "Re: [PHPLIB] logout boggle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Manuel Hossfeld: "Re: [PHPLIB] logout boggle"
- Previous message: Antonio Carlos Venancio Junior: "[PHPLIB] Array Question"
- Next in thread: Manuel Hossfeld: "Re: [PHPLIB] logout boggle"
- Reply: Manuel Hossfeld: "Re: [PHPLIB] logout boggle"
- Reply: Kristian Köhntopp: "Re: [PHPLIB] logout boggle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

