Hello,
I have a problem with using sessions on apache, php installed on windows xp -> it's not working good. I have done everything what I shoud do, this is my php.ini:
session.save_handler = Files
session.save_path = c:/program files/apache group/apache2/sessions
session.use_cookies = 1
session.name = SID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain = marek
session.serialize_handler = php
session.gc_probability = 1
session.gc_maxlifetime = 1440
session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.entropy_length = 16
session.entropy_file = /dev/urandom
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 1
And when I start the script session files are created, but each refresh of browser make new sessions file (and shoud count number of executing this script).
What shoud I do ? I have 3 partitions, all of them are in NTFS... Do you have any solutions ??