[OGo-Users] ogo session information handling

Adam Tauno Williams users@opengroupware.org
Fri, 29 Feb 2008 09:33:12 -0500


> I am wondering, how ogo keeps track of active sessions, does it save the 
> session id's like PHP on the filesystem somewhere? 

I believe it tracks the sessions in RAM.

> How are the differences between accessing ogo with and without cookies 
> enabled in the browser?

Don't know.

> E.g. when I have two instances running on the same host, and cookies 
> enabled, will it be possible to jump from one instance to another?

No.

> I mean, the Apache just listens on two different ports, I login to one 
> instance, change the port where I contact apache, and apache sends me to the 
> second instance.

No.  To host multiple instances (load balance) of the WebUI you need to
use a cookie so Apache can keep you on the same instance with each
request.