[PHPLIB] page_open "sess" pukes From: Allen Lee (alee <email protected>)
Date: 03/23/00

Hello,

I am having a problem opening the "sess" feature.

page_open(array(
       "sess" => "E_Session",
       "auth" => "E_Auth",
       "perm" => "E_Perm",
       "user" => "E_User"
      ) );

Gives me: "Document contains no data"

but if I comment do this: // "sess" => "E_Session",
then the page loads fine.

I have done "delete * from active_sessions", closed all my browsers, but
still it happens.

Does anyone have any suggestions what might be causing this?

A
-
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.