I'm trying to keep track of session variables between different pages, without using cookies, appending the SID to the url, but this prevents the output generated from validating as XHTML 1.1. Is there any other way to propagate session info?
ini_set('arg_separator.output', '&');
Thanks for the quick reply...
it works, but a series of warings like this are displayed:
"Line 5, column 19: character "&" is the first character of a delimiter but occurred as data"
is there a way out of this as well?
No worries I fixed. Thanx!!!!