[phplib] Auth not working (cookies *and* get) From: John Bowden (jbowden <email protected>)
Date: 05/12/00

I've managed to get most of phplib7.2b working, though the auth is failing
miserably.

I've defined (as the default) $mode = "cookie" and $fallback_mode = "get",
but whether I have cookies enabled or disabled, it doesn't matter.
Whenever a link is followed, the user has to login again.

Here's what I'm setting as my link -- I need various actions from the same
<FORM>, so hence the javascript.

$href = \
 "javascript:document.frmTableSelect.action='" . \
 $sess->url('table_open.php3') . \
 "'; document.frmTableSelect.submit()");

John.

-------------------------------------------------
John Bowden
jbowden <email protected>

My other computer is a 4000-node Beowulf cluster.

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>