View Single Post
  #3  
Old 08-22-2006, 01:01 PM
alexis alexis is offline
OSP Starters
 
Join Date: Apr 2006
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
alexis is on a distinguished road
Default

try using some kind of counter like this

PHP Code:
$i = 0;
$i++;
$_SESSION[$i]['whatever'] = 'whatever'; -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - session variable overwriting
View Single Post
  #3  
Old 08-22-2006, 01:01 PM
alexis alexis is offline
OSP Starters
 
Join Date: Apr 2006
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
alexis is on a distinguished road
Default

try using some kind of counter like this

PHP Code:
$i = 0;
$i++;
$_SESSION[$i]['whatever'] = 'whatever'; -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote