Okay, I have Php 4.3.4 installed and functioning perfect, except for one thing. My Sessions constantly try to open into windows/temp, or some other temporary folder, for some reason. Session.save_path (sp?) is set to a folder that exists, and is in my Servers folder (not hosted though, for obvious security reasons). Anyone know why I'm unable to get a functional session? And yes, my code's been tested on a working server, there is no problem in the code itself.
Sorry if this is in the wrong forum, but it seems the best choice.
Sessions...
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Sometimes the wrong php.ini file gets edited, check the output of
to ensure that you are editing the php.ini that PHP is using.
Mac
Code: Select all
<?php phpinfo(); ?>Mac