[Phplib-users] phplib4 trans_sid question
Brought to you by:
nhruby,
richardarcher
From: Marko K. <M.K...@os...> - 2002-10-28 14:07:54
|
Hi Joe, Richard, Tarique, etc, I used different versions of the phplib4.dev snapshots without problems, but since I was told to set session.use_trans_sid=0 in my php.ini I am unable to use non-cookie mode: get-mode. Why is this so, I heard that this was done to avoid setting sids via simple get parameters, or something like that... Or some problems with php itself, different behaviour of diffrent versions of php and therefore this seems to be the only safe way to make it right... Don't remember. Could somebody update my knowledge about this issue, please! Is there a way to enable get-mode in the future again, or should we only rely on cookies? In principle I tend to disable cookies on all my browsers, but this is now impossible with my app. If there's no safe way NOT to use cookies for phplib applications, it looks like I can skip all my $sess->purl's from the code and devote myself simply to cookies, which makes it easier to write the code often, but forces my users to enable cookies, at least for my app. ??? Marko |