Hi,
I can't seem to figure this out ... my session variables always "disappears"/expires within 10 minutes. Any clues as to what is could be the problem ?
Would appreciate any tips on how to solve this.
Many thanks in advance,
Adrian
Below is the php.ini as well as the php configure options for your reference.
[Session]
session.save_handler = files
session.save_path = /tmp
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 = 3600
session.referer_check =
session.entropy_length = 0
session.entropy_file = /dev/urandom
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 1
url_rewriter.tags ="a=href,area=href,frame=src,input=src,form=fakeentry"
php compile options
'./configure' '--with-apache=./apache' '--with-mysql=/usr/local' '--with-zlib=/usr' '--with-dom=/usr/local' '--disable-debug' '--enable-memory-limit' '--enable-track-vars'