|
Posted by MS on 12/18/06 15:05
> 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
>
> Depending on your script (not sure if you written it yourself or not), it
may
> still set the URL-session, if so, you can modify the SID constant, either
> remove it or redefine it to an empty string.
Sorry for not understanding this statement... but what do you mean by SID
Constant?
> > Stopping the Session Id being recorded by Search Engines?
>
> You can add the
>
> <meta name="Robots" content="index,nofollow">
>
> in the html header and hope that the robots will honor your wishes.
Will this stop the page from being indexed or just stop the Session ID of
the page being recorded?
Thnx
MS
Navigation:
[Reply to this message]
|