[geeklog-devel] Sessions, again

Peter Roozemaal mathfox at xs4all.nl
Sun Sep 5 12:13:55 EDT 2004


Blaine Lang wrote:
> Why don't we just use the core PHP Session functions - that was my
> original intention all along.
> 
> There will still be a browser session based cookie. SESSION Based
> files will be the current only option We can have a Config Parm to
> disable sessions which can be off by default for now

There are serious problems with the combination of session files and
load-balanced web servers. In essence, it requires a shared file server
and creates another point of failure. Database stored session info is
more natural for our setup.

Greetings,
	Peter.




More information about the geeklog-devel mailing list