[chora] session handling

Anil Madhavapeddy anil@recoil.org
Wed, 15 May 2002 02:41:03 +0100


On Tue, May 14, 2002 at 04:49:02PM -0700, David Mendenhall wrote:
> Could someone enlighten me on how chora (and I guess horde in general)
> manages sessions?
> I've set up chora, without using any other horde modules, and have been
> hacking around in the code, and it appears that I'm starting a new session
> every time I click a link.
> If I call session_id(), it's different every time.
> I have chora at the root http://chora level, so if the session is passed
> around in the horde url's, that's probably my problem.

We use native PHP4 session handling ... try out the horde/test.php
and make sure that your basic session functionality is working.

If it isn't, then start figuring out why (is php successfully
writing out the session files to the tmp dir?)

Anil