Hey, it worked on another server!
I've been working on my local machine's server (localhost), but when I run 
it from a different web server, it worked fine.

Any ideas about which setting(s) may be causing the problem?

 From my php.ini file:
session.save_handler=files
session.save_path= C:\PHP\sessiondata
session.use_cookies=1
session.name=PHPSESSID
session.auto_start=0
session.cookie_lifetime=0
session.cookie_path=/
session.cookie_domain=
session.serialize_handler=php
session.gc_probability=1
session.gc_maxlifetime=1440
session.referer_check=
session.entropy_length=0
session.entropy_file=
session.cache_limiter=nocache
session.cache_expire=180
session.use_trans_sid=1


At 04:35 PM 6/13/2002, you wrote:
>Have you tried this on a separate web page to make sure it's not something
>server specific?


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

Reply via email to