I've got a session_start(); at the top of every page, and declare a session variable
Code: Select all
$_SESSIONї'test'] = "foo";Is there any good way to fix this? Maybe some of the old files from 4.2.1 are interfering. Would a re-install of PHP help? Maybe a setting I need to change? Thanks.