pete3005
11-09-2002, 04:06 AM
Would it be possible for you to change the following line in the PHP ini file under Data Handling from:
;arg_separator.output = "&"
to
arg_separator.output = "&"
by uncommenting that line the session id is appended to URLs like &PHPSESSID=6ace..
instead of
&PHPSESSID=6ace..
For validation, all '&' must be &
Its not urgent as I have added a php_value to my .htaccess file to change it for my sites, but it would be nice having this by default. I believe it won't ruin anyones scripts, or shouldn't do.
Thanks
Pete
;arg_separator.output = "&"
to
arg_separator.output = "&"
by uncommenting that line the session id is appended to URLs like &PHPSESSID=6ace..
instead of
&PHPSESSID=6ace..
For validation, all '&' must be &
Its not urgent as I have added a php_value to my .htaccess file to change it for my sites, but it would be nice having this by default. I believe it won't ruin anyones scripts, or shouldn't do.
Thanks
Pete