View Single Post
Old 19-04-2004, 16:37   #2 (permalink)
hoowot
Registered User
 
Join Date: Apr 2004
Posts: 1
Quote:
Originally Posted by deliben

I get the details shown but somehow the PHPSESSID has changed .

What am I doing wrong, can someone please help me ?

this is just a stab in the dark, but do you mean the value of $_REQUEST['rid'] is changing? If so, try chaging $_REQUEST for $_GET .

$_REQUEST reads url, post and cookie variables, so if you have any post or cookie variables called 'rid' it could be returning those. $_GET contains only url variables.
  Reply With Quote