--- 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'; ?

Yes.

> So far experimentation says no.

Show us the code! :-)

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security - O'Reilly
     Coming Fall 2004
HTTP Developer's Handbook - Sams
     http://httphandbook.org/
PHP Community Site
     http://phpcommunity.org/

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

Reply via email to