Dre wrote:

Hi,

I need to make sessions work in my local machine .. I'm using Apache 2.0.49
on WINDOWS XP PRO.

my php.ini sessions section is

session.save_handler = files

session.save_path = "C:\php4\tmp"


A common problem is that this path is not writable by the webserver please check for that.

I tried everything and sessions still not working, and I don't know what is
worng .. help will be appreciated.


Any error messages? or is it just that your data is not being saved? have you tried to print_r() or var_dump() to confirm this?

Thanks in advance





--
Raditha Dissanayake.
------------------------------------------------------------------
http://www.radinks.com/print/card-designer/ | Card Designer Applet
http://www.radinks.com/upload/ | Drag and Drop Upload


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to