Sorry, I just wasn't looking good.
Auth sets an authchallenge cookie every time the object is
initialized
so I was including auth.inc on every page and hence doing
$auth = new
Auth("DB", $db_options,
"loginFunction"); on every page.
I figure Auth should act differently? Because I use the
global $auth
object all over the place. So I need it, but I don't want
to set a
cookie on every page request either.
--
Milan
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|