You can't acces you're session-variables?? see this sticky post.
Greetz Daan
Moderators: macek, egami, gesf
<?
session_start();
$_SESSION['count'] = (@$_SESSION['count'])? $_SESSION['count']++:0;
print "The counter is ".$_SESSION['count'];
?>
Return to PHP coding => General
Users browsing this forum: Bing [Bot] and 2 guests