On Wed, 21 Jul 2004 16:54:14 -0400, Five <[EMAIL PROTECTED]> wrote:
> 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.
> 

Of course it is. How are you testing this? Are you calling
session_start() on page2.php?

-- 
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

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

Reply via email to