this is an easy but hard fix.
If you are using the session_register("name"); You need to upgrade it to the $_SESSION['name'] = "1";. that is if you built the site yourself. if this is a packaged software you might have to see if they have an updated version. if you get stuck let me know, i just figured how to change my site
Actually it should be
$_SESSION['name'] = $name which is the equivalent of what
session_register('name') does. If you do ="1" then it will be 1 and not what was intended.
Reputation Points: 528
Solved Threads: 263
Code Monkey
Offline 1,564 posts
since Apr 2005