there are so many distributed/redundant session managers out there but all of them are web oriented. cannot find anything generic enough to use in my project
On Jun 30, 10:16 pm, Tzury Bar Yochay <[email protected]> wrote: > On Jun 30, 10:03 pm, Brian Moon <[email protected]> wrote:> what language? > python > > what session manager? > > do not use one but looking for a solution > I am not even sure if memcached would be the right tool for the task. > I actually want to make memcached redundant which according to the faq > it is not applicable. > So I guess I am going to set a session table in the database and > memcache it.
