On 2/1/06, staszek <[EMAIL PROTECTED]> wrote: > Correct me if I'm wrong: global variable (dictionary in this case) > would be shared between all active and expired sessions, so it could be > used as a kind of cache of generated images?
That's the idea. It's basically a cache without culling. I haven't looked into sessions in cherrypy/turbogears because I haven't had the need so I can't help you there.

