Saving Post Variables in Session Variables

How's the session configured?
session.use_cookies = 1
session.use_only_cookies = 0
session.use_trans_sid = 1
url_rewriter.tags = fieldset=

phpsessid = vfkkbd8kc1pe6g3sa1i4et3bf1

Your session has loaded 1 pages.

$_SESSION['favcolor'] is now "green."
$_SESSION['favanimal'] is now "cat."

Let's Post Some Variables to the PHP Session

Post PHP Session ID from an xhtml 1.0 strict form Enter favorite color Enter favorite animal   xhtml strict requires - session_name(strtolower(session_name())) (ie. PHPSESSID to phpsessid)