Maybe this is a cherrypy related problem. Anyone have tryed to use
sessions stored in files?
I am using this in production:
[global]
sessionFilter.on = True
sessionFilter.storageType = 'File'
sessionFilter.storagePath = '/tmp'
sessionFilter.storageFileDir = '/tmp'
It seems to be working like a champ. I can't seem to get the session
timeout to work, but the files work, and I am able to have multiple
instances of my application running load-balanced behind lighttpd,
with sessions carrying across instances.
Hope this helps.
Jonathan
http://cleverdevil.org