Revision 23bca0c9
Added by Serghei Mihai about 11 years ago
calebasse/cbv.py | ||
---|---|---|
30 | 30 |
service = None |
31 | 31 |
date = None |
32 | 32 |
popup = False |
33 |
cookies_to_clear = [('agenda-worker-tabs', ), ('active-resource-agenda', )]
|
|
33 |
cookies_to_clear = [('agenda-tabs', ), ('active-agenda', ), ('last-ressource', )]
|
|
34 | 34 |
|
35 | 35 |
def clear_cookies(self, response, path): |
36 | 36 |
for cookie in self.cookies_to_clear: |
Also available in: Unified diff
agenda: right cookies deleted when leaving the page