this is my php.ini file settings
session.auto_start Off (i use session_star())
session.cache_expire 180
session.cache_limiter nocache
session.cookie_domain no value
session.cookie_lifetime 86400
session.cookie_path /
session.cookie_secure Off
session.entropy_file no value
session.entropy_length 0
session.gc_maxlifetime 86400
session.gc_probability 0
session.name PHPSESSID
session.referer_check no value
session.save_handler files
session.save_path C:\Documents and Settings\andrew_b\project1\tmp
session.serialize_handler php
session.use_cookies On
The sessions seem to die for no reason but the cookie is still there containing the correct information