My understanding of session variables Five is that you can write and re-write on the fly.
I know from using VB that this is true and I am assuming that it is true of PHP. However, you may need to "Empty" the variable first Five. Hope that helped. -- ----------------------------- Michael Mason Arras People www.arraspeople.co.uk ----------------------------- "Five" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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