I have the following settings in PHP.INI:
[Session]
session.save_handler = files
session.save_path = C:\temp
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start= 1
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_dom
ws.
Since the session.save_path is pointing to another directory outside C:\TEMP
the sessions are alive for more than 15 minutes.
Thanks anyway, Rolf.
""DATURA"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
949cql$3oc$[EMAIL PROTECTED]">news:949cql$3oc$[EMAIL PROTECTE
Until now I was using PHP4 in CGI-Mode. Now I want to change to Apache
Module. So I made the nessecary changes in httpd.conf and rebotted the
Windows 2000 server.
Since PHP is running as an Apache Module, the function ftp_fget()
doesn't work correctly anymore.
I read a jpg from a FTP Server and