31 Jul
2002
31 Jul
'02
7:10 a.m.
On Tuesday 30 July 2002 01:52 pm, Mark Bucciarelli wrote:
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
Never mind, this works as expected. I had a problem elsewhere in my logic.