> On Fri, 25 Oct 2002, Jens Lehmann wrote:
>
> > In my PHP-Version, Session-IDs are appended like this:
> >
> > script.php?foo=4&PHPSESSID=344e...
> >
> > To be XHTML1-compliant it should be done this way:
> >
> > script.php?foo=4&PHPSESSID=344e...
> >
> > Is there any way I could PHP force to do t
On Fri, 25 Oct 2002, Jens Lehmann wrote:
> In my PHP-Version, Session-IDs are appended like this:
>
> script.php?foo=4&PHPSESSID=344e...
>
> To be XHTML1-compliant it should be done this way:
>
> script.php?foo=4&PHPSESSID=344e...
>
> Is there any way I could PHP force to do this except adding
In my PHP-Version, Session-IDs are appended like this:
script.php?foo=4&PHPSESSID=344e...
To be XHTML1-compliant it should be done this way:
script.php?foo=4&PHPSESSID=344e...
Is there any way I could PHP force to do this except adding
the Session-IDs manually or change the PHP-Code? Sorry,
if