WSGI, thread (maybe) problem

2009-12-04 Thread alex_zh
There are 30 managers, working in my system: managers works with the customer's card. Manager choose card, makes some changes (program uses session[‘’] for some temporary variables). Sometimes one manager can get a page of another manager's session, or working with customer1 perform changes to

Re: session_expires doesn't work when set in controller

2009-11-11 Thread alex_zh
Try to update Beaker --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to pylons-discuss@googlegroups.com To unsubscribe from this group, send email to

Re: Template Cashing

2009-11-10 Thread alex_zh
#baker.cache... is commented in development.ini Also, add response.headers['Cache-Control'] = 'no-store' response.headers['Pragma'] = 'no-cache' response.headers['Expires'] = datetime.datetime.now ().strftime(%a, %d %b %Y %H:%M:%S GMT) return

Template Cashing

2009-11-09 Thread alex_zh
Hello. I have a problem with caching of templates. Sometimes users get the pages, that opened before. I don't khow the reason. Is it possible to turn off all the caching in whole pylons-project? --~--~-~--~~~---~--~~ You received this message because you are

Caching templates

2009-11-09 Thread alex_zh
Hello. I have a problem with caching of templates. Sometimes users get the pages, that opened before. I don't khow the reason. Is it possible to turn off all the caching in whole pylons project? --~--~-~--~~~---~--~~ You received this message because you are