Hi Everyone,
I'm having a problem with my login script. It was working fine for months, and then my Hosting company did something to the server and it's no longer working. They're complete idiots (by the way never host with www.aspwebserver.com, horrible tech support) and don't know how to help me, so I thought I'd try here.
Basically if you access any of my php pages (for example, www.elluminata.com/default.php, I get the following error in the page:
Warning: session_start() [function.session-start]: open (C:\PHP\sessiondata\sess_ceaa3e11e7341d164afd665896c0662f, O_RDWR) failed: Permission denied (13) in C:\webspace\aspweb\elluminata\elluminata.com\www\includes\session.inc on line 3
The error only flashes on screen momentarily, you'll actually have to View > Source, to see the actually error message in my PHP code.
To see my phpinfo, please visit, www.elluminata.com/phpinfo.php. I have no idea why this wouldn't work now, I haven't made any changes to the script since June, and it was working fine until a week ago. One thing that I did notice was in the phpinfo() that under PHP variables, the _COOKIE["PHPSESSID"] is set to ceaa3e11e7341d164afd665896c0662f. I even tried my logout script to try to destory any session variables, but that gives me a whole bunch of errors too, http://www.elluminata.com/logout.php.
Please, does anyone have any suggestions!
Thanks so much.