Sessions...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Freak
Forum Newbie
Posts: 1
Joined: Tue Dec 09, 2003 9:32 pm

Sessions...

Post by Freak »

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.
mathewvp
Forum Commoner
Posts: 28
Joined: Wed Apr 23, 2003 10:28 am

Post by mathewvp »

Have you checked the location of sessions folder in the php.ini file?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Sometimes the wrong php.ini file gets edited, check the output of

Code: Select all

<?php phpinfo(); ?>
to ensure that you are editing the php.ini that PHP is using.

Mac
Post Reply