Re: [phplib] PHP4 sessions (was Is it necessary to pass Session ID...) From: Barend Scholtus (regiment <email protected>)
Date: 10/10/00

php4 has sessions from itself. i didnt know you are useing auth,perm and
user also. in case of php3/php4 with phplib, you still need to add the
session id in get mode. with php4 (with the compile option i mentioned -
do it!) and native sessions (no phplib) you dont need to think about the
session id anymore.

im working on a port for phplib to use php4 native sessions, but i dont
have time to complete it until saturday and it wont be officially
available for at least a few weeks i think.

so for now we use $sess->url();

brian

Op Tue, 10 Oct 2000, phplib schreef:

> brian said:
>
> >an even better idea is to upgrade to php4, compiled with
> >--enable-trans-sid.
> >then session ids will be appended to urls if in get mode always
> >automatically - you cannot forget them anymore then and you dont
> >need
> >$sess->url() :-)
>
> Wait -- does that work for phplib sessions without modification? I
> didn't know that php knew about them, or that phplib had been
> modified to use php4 sessions.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
>

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