[imp] HELP with Sessions

Henry Blackman h.blackman@chester.ac.uk
Wed, 6 Mar 2002 09:36:07 -0000


Your session.cookie_path would normally be ".domain.com" but I believe it's
fine otherwise.  I'm sure Horde/Imp actually set's these things up itself
(but only for itself), but I haven't looked at the code for a short while.

Henry


----- Original Message -----
From: "Tim Saunders" <t.saunders@sfbarpilots.com>
To: <imp@lists.horde.org>
Sent: Wednesday, March 06, 2002 1:09 AM
Subject: [imp] HELP with Sessions


> 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"
>
>
>
>