ynchan Posted January 14, 2005 Posted January 14, 2005 Hi there, been doing some modifications on my own to add in new session variables but have not been able to so. I currently have register_globals set to off and have merged the contribution which works around this. Now I notice that when I add in a new session variable, it doesn't get picked up by the application is this due to the changes made in includes\functions\sessions.php? The function link_session_variable($var_name, $map) seems to list an array of variables. In order to use my session variables, does it mean I have to add it to the list as well? Thanks in advance.
Guest Posted January 14, 2005 Posted January 14, 2005 ...The function link_session_variable($var_name, $map) seems to list an array of variables. In order to use my session variables, does it mean I have to add it to the list as well? You are either using an old version of the register globals contribution (in which case I suggest you pick up the latest version) or you didn't read the instructions correctly (in which case I'll reserve comment on any suggestions). Rich.
ynchan Posted January 16, 2005 Author Posted January 16, 2005 You are either using an old version of the register globals contribution (in which case I suggest you pick up the latest version) or you didn't read the instructions correctly (in which case I'll reserve comment on any suggestions). Rich. <{POST_SNAPBACK}> Hi, thanks, I didn't realise there's a newer version out. I've merged the latest version and now I can access my session variables.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.