|
Posted by J.O. Aho on 12/18/06 15:38
MS wrote:
>> You can choose between using cookies or url-encoded, in your php.ini set
>>
>> session.use_cookies = 1
>>
>> or use the ini_set() on each script and set the session.use_cookies to 1.
>
> I added the line
> ini_set(session.use_cookies,"1");
> at the top of each script (in my main include file)
> But the
>
> ?PHPSESSID= etc..
> was still in the URL
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.
--
//Aho
Navigation:
[Reply to this message]
|