Saving Post Variables in Session Variables

This page not meant for direct access; Use sess1

How's the session configured?
session.use_cookies = 1
session.use_only_cookies = 0
session.use_trans_sid = 0
url_rewriter.tags = a=href,area=href,frame=src,input=src,fieldset=

Posted favcolor is not posted and saving it in $_SESSION['favcolor']

Posted favanimal is not posted and saving it in $_SESSION['favanimal']

phpsessid = t3klq9bi88a2bpn1t097380qvv

Your session has loaded 1 pages.

$_SESSION['favcolor'] is now "not posted."
$_SESSION['favanimal'] is now "not posted."

Go back to sess1 page to check it out, or look at the source of this page.