30 Jul
2002
30 Jul
'02
5:52 p.m.
Is it possible to have a python script that does this: response = context.REQUEST.RESPONSE if someCondition: response.expiresCookie('mySitesCookie', path='/') return response.redirect('aPageTemplate') The cookie is not getting removed when someCondition is true. Mark