[PHPLIB] Session Id changes in Get mode From: Alan Lee (alee <email protected>)
Date: 11/04/99

Everything is fine with cookies enabled.
But with cookies disabled and in fallback 'get' mode, I go to the login
screen
and see a session id appended to my URL.

When I complete the login screen and the page reloads and displays the
proper content, it has the same session id appended to the URL.

but then if I click any link on this page, the session id appended to
the URL changes and all subsequent pages give me another login screen.
Anyone know why?

My session.inc has this:
  var $magic = "malcolmX";
  var $mode = "cookie";
  var $fallback_mode = "get";
  var $allowcache = "no";

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