[horde] session handler and token question

Eric Rostetter eric.rostetter at physics.utexas.edu
Thu Dec 18 08:18:51 PST 2003


Quoting Jason Lohrenz <jmlohren at glmmn.com>:

> I understand that PHP 4 has file based session handling capabilities.
> Are there any advantages to using a mysql session handler?

The biggest advantage is that you can use multiple (e.g. load balanced) web
servers with the sql session handler easily and safely.  But there may be
other reasons you like them also (easy reporting, redundent servers in case
of server failure, etc).  The advantages in your situation depend on your
situation.

--
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!



More information about the horde mailing list