|
Posted by J.O. Aho on 12/18/06 16:01
MS wrote:
>> Yes, of course, you still have to either remove all occurrences of the SID
>> constant in the URL links, or redefine the SID constant to be an empty
> string.
>
> But how do you redefine the SID constant to an empty string?
>
> I tried..
>
> $SID="";
>
> and
>
> $_SESSION['SID'] = "";
Did look a little bit more into this, the SID can't be redefined.
It seems like your webhotel has disabled the possibility for you to change the
ini values, so you will be stuck with the session id sent over URL.
--
//Aho
Navigation:
[Reply to this message]
|