hey all,
Im trying to figure out an issue with PHP sessions on windows 2003 server.
Im currently using php 5.2.4 on Windows 2003 server and iis 6. I can run phpinfo() just fine and it displays lots of information on my php version.
My issue is the following.
Sessions. I do not seam to have the ability to keep my sessions active. I see the session files be created... and data is being put into those files... but yet my other pages do not mean to be able to get my session data.
On every page i have session_start(), but when i try and call my session's.. they are all blank.
So what im asking is for someone to provide code to me that is known to work under a windows install of php that will display session data. This way i can rule out my server... and ensure that it's my code.
Thanks.