and how about
login:
<?
if (mgd_auth_midgard($username.$SG,$pass,1)){
$midgard=mgd_get_midgard();
header("Location: /");
}
}
?>
<?
function logout (){
<?
SetCookie("MidgardLogin","0", "", "/");
header("Location: /");
}
<?
However at my site <meta...Refresh> with timeout set - zero works better
than header()
Solt
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- [midgard-user] Logging off and then on as another... Michael Ed
- Re: [midgard-user] Logging off and then on a... pp
- Re: [midgard-user] Logging off and then on a... Marcin So?tysiak olga.pl
- Re: [midgard-user] Logging off and then on a... Emiliano
