Date: 11/04/99
- Next message: Johann-Peter Hartmann: "Re: [PHPLIB] Banner, anyone?"
- Previous message: Fabrizio Ermini: "Re: [PHPLIB] PHPLIB auth and spiders..."
- Next in thread: Davor Cengija: "Re: [PHPLIB] Session Id changes in Get mode"
- Reply: Davor Cengija: "Re: [PHPLIB] Session Id changes in Get mode"
- Reply: Kristian Köhntopp: "Re: [PHPLIB] Session Id changes in Get mode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Johann-Peter Hartmann: "Re: [PHPLIB] Banner, anyone?"
- Previous message: Fabrizio Ermini: "Re: [PHPLIB] PHPLIB auth and spiders..."
- Next in thread: Davor Cengija: "Re: [PHPLIB] Session Id changes in Get mode"
- Reply: Davor Cengija: "Re: [PHPLIB] Session Id changes in Get mode"
- Reply: Kristian Köhntopp: "Re: [PHPLIB] Session Id changes in Get mode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

