Reply to Re: The best way to share sessions across different servers?
Posted by lorento on 10/10/63 11:50
If you need faster access to sessions you can use NFS.
If you need a scalable and managable system you should store your
session in DB.
--
http://blog.deshot.com
http://www.cookdojo.com
howachen@gmail.com wrote:
> Hi,
>
> What is the best way to share sessions across different servers? Using
> NFS would be a good choice? Or to store the session in DB?
>
> Thanks...