Jump to content

sessions


brown2005

Recommended Posts

$_SESSION['MembersID'] = $login_array['members_id'];

 

session_register('MembersID');

 

and then when i use

 

echo print_r($_SESSION);

 

Array ( [image_random_value] => 1774e559f4e1b9450e5ec4d2a0669066 [MembersID] => ) 1

 

does that mean imy MembsID has not registered? as it hasnt done what I want it to, so I presume so..

Link to comment
https://forums.phpfreaks.com/topic/40746-sessions/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.