First off, I have tried registering variables using session_register and $HTTP_SESSION_VARS and have only been able to use session_register (eventhough I've been changing the INI parameters as instructed in the php manual at php.net).
I have been able to register variables and can see the file in my temp folder and verify that the values are in there. When I try to use that session variable on another page the variable is null. Do i have to somehow use the session name or ID to reference the file where my session vars are stored? I am using IIS5 on Win2000. I'm using POST instead of GET on my forms and most of my pages post back to themselves so I can use fewer pages. Is this possibly the problem? Any help/advice would be great
thanks,
mike
I have been able to register variables and can see the file in my temp folder and verify that the values are in there. When I try to use that session variable on another page the variable is null. Do i have to somehow use the session name or ID to reference the file where my session vars are stored? I am using IIS5 on Win2000. I'm using POST instead of GET on my forms and most of my pages post back to themselves so I can use fewer pages. Is this possibly the problem? Any help/advice would be great
thanks,
mike