> Can someone tell me why I can't have > > $_SESSION['foo'] = 'content of foo'; > > following by > > header('Location: http://www.mysite.com'); > > Someone from www.php.net told me that it can confuse > browser (http://bugs.php.net/19991). But, still I > can't the idea why it can happen. Does register > session means sending a 'header: location' too?
What is your exact code? I do this all the time and don't have any trouble with it. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php