First, I'd check the session.save_path specified in the php.ini file and
make sure that directory exists.  By default, /tmp does not exist on
windows, so I would change that to c:\inetpub\sessions and create the
directory, although you can use any directory you wish.

That seems to be the most common problem with using sessions.


___________________________________
Ryan Marrs
Web Developer
Sandler & Travis Trade Advisory Services, Inc.
248.474.7200 x 183
248.474.8500 (fax)
www.strtrade.com


-----Original Message-----
From: Supra [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 09, 2003 8:10 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] session problem

Hi,

I got serious problem I need to solve a.s.a.p.
Well, I've developed a database application with PHP and MySql, I used
sessions.
While developing I used my own computer as a web server - Windows 2000 Pro,
IIS 5, PHP 4.2.3 via ISAPI. And all my code was tested successfully while my
computer is the server and the client. Now after moving the sources to the
server (Windows 2000 Advanced Server) and exporting the MySql database to
the server, the application fail. While debugging I got to a firm conclusion
that the sessions doesn't work well. I copied the php.ini to the system root
on the server and it still doesn't work.

Please advice me what to do in order to make the application work on the
server.

Thanks In advance,

Supra



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


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

Reply via email to