Is it possible to assign a value to a session variable on say, page1.php:

$_SESSION['favcolor'] = 'blue';

and then on another page, say page2.php reassign the value:

$_SESSION['favcolor'] = 'green'; ?

So far experimentation says no.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to