HELP with Sessions
Tim Saunders
t.saunders@sfbarpilots.com
Tue, 5 Mar 2002 17:09:37 -0800
---------------------- multipart/alternative attachment
I am new to this and would greatly appreciate some assistance with the
configuration of the session section of php.ini. Hear is what I have so
far. Thanks in advance.
[Session]
session.save_handler = files
session.save_path = E:\xxxx\xxxxx\php\sessiondata
session.use_cookies = 1
session.name = HORDE
session.auto_start = 0
session.cookie_lifetime = 240
session.cookie_path = / (I am not sure about this one)
session.cookie_domain = (I am not sure about this one)
session.serialize_handler = php
session.gc_probability = 1
session.gc_maxlifetime = 1440
session.referer_check = (I am not sure about this one)
session.entropy_length = 0
; session.entropy_file = (I am not sure about this one)
; session.entropy_length = 16
; session.entropy_file = /dev/urandom (I am not sure about this one)
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"
---------------------- multipart/alternative attachment--