6 May
2004
6 May
'04
2:41 p.m.
From: <schandra@csee.wvu.edu>
For logout, I use the following statements for cookie expiration bu tit deosnt work. Can you see whats wrong?
<dtml-call expr="RESPONSE.expireCookie('__ac',path='/')"> <dtml-call expr="SESSION.invalidate()">
To expire a cookie I overwrite the cookie with 'invalid' data. The routines that check the cookie, check the cookie contents and if the data is not valid, handle the user accordingly. This should solve your problem. Jonathan