Date: 02/26/01
- Next message: Hans-Jürgen Petrich: "[phplib] OOH Forms & multiple Arrays like [666][this][foo]"
- Previous message: Brian Popp: "RE: [phplib] how to check if logined in?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello all.
I have an application that uses cookie mode (get as fallback).
This works fine for both cookie and non-cookie mode.
When the user goes to another (https) server I pass the session id via a link
(forcing the "get method") so as to compensate for cookies not being able
to be read by the other server.
This works as well. The problem is now that the user is on the other server
and has successfully passed it their session id, they cannot get back
in to cookie mode. The application remains in get mode, always appending
the session id to the URL. I'd like to have a new cookie set and to continue
in cookie mode.
I believe the release_token() method in session.inc is setting the mode
to the fallback mode and then there is no way to restore it.
Thank you in advance for help,
Scott\
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Hans-Jürgen Petrich: "[phplib] OOH Forms & multiple Arrays like [666][this][foo]"
- Previous message: Brian Popp: "RE: [phplib] how to check if logined in?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

