Thanks Lourens, I got it now.
----- Original Message -----
From: "Lourens Naudé" <lourens@e...>
To: "professional php" <pro_php@p...>
Sent: Friday, July 27, 2001 7:33 PM
Subject: [pro_php] Re: Session PHPSESSID
> Sokun,
>
> In php.ini ( if you do have access to this on the server ) has a
> "session.use_trans_sid = 1" setting under the sessions section.
> When this is enabled, the PHP parser will analyze all hyperlinks in the
> html document and automatically append the session id to it.It´s a
> convenient way to propogate the session id ( easier that cookies/url
> rewriting/dns tricks ), but it´s got a performance drawback.The parser has
> to analyze every hyperlink beforehand.Alternatively you can disable this
> feature and manually propogate the session id by using the SID constant
> and append it to all hyperlinks in you code or use techniques previously
> mentioned.
>
> Lourens Naudé, 19 years old
> Web Developer (ASP, 2 months PHP)
> South Africa Online
> http://www.esouthafrica.com, http://www.madeira-island.com,
> http://www.jobspursuit.com
>
> > Dear All,
> >
> > I eventually have to use Session for banner rotation.
> > Unfortunately when ever I click on link to any page this ?PHPSESSID
> always
> > append at the end of link url.
> >
> > Does anyone can tell me is it a good effect or bad?
> >
> > Thanks
> > Sokun
> > http://www.cambodianlink.com
> >
>