Page 1 of 1

passing session variables in url

Posted: Thu Aug 26, 2004 3:38 am
by bugthefixer
how can i pass php session variables in url like

check.php?set=1

but if i hav other two session variables

Code: Select all

$_sessionї'test']="foo";
$_sessionї'test2']="folink";
how can i append this to my url

Posted: Thu Aug 26, 2004 4:45 am
by Lord Sauron
You don't have to pass session variables. Just start the session and the variables are there.