I think in most cases, memcache is the wrong place to put sessions.
On Jun 30, 2009, at 12:16 PM, Tzury Bar Yochay 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.