Witango-Talk: Cookies Again

2004-06-29 Thread webdude
Witango 2000 Windows 2000 IIS 5 I am trying to do the cookie thing again and I guess I just don't understand. Is it possible to delete a cookie without quiting the browser? I set the expiry to now, yet the cookie remains until I quit the browser. I have a forum I built that allows a user to be

Re: Witango-Talk: Cookies Again

2004-06-29 Thread Jason Pamental
Why not instead of modifying the cookie, use @purge name=cookie$variablename Haven't tried that with cookies, just other scopes of vars, but it should work, right? On Jun 29, 2004, at 9:30 AM, [EMAIL PROTECTED] wrote: Witango 2000 Windows 2000 IIS 5 I am trying to do the cookie thing again

Re: Witango-Talk: Cookies Again

2004-06-29 Thread Roland Dumas
try assigning the expiration date in the past. On Jun 29, 2004, at 6:30 AM, [EMAIL PROTECTED] wrote: Witango 2000 Windows 2000 IIS 5 I am trying to do the cookie thing again and I guess I just don't understand. Is it possible to delete a cookie without quiting the browser? I set the expiry to

Re: Witango-Talk: Cookies Again

2004-06-29 Thread webdude
@purge name=cookie$RememberUser Does not work. It shows cookie$rememberuser= in debug. yet when I put @VAR rememberuser scope=cookie on the page, it displays the username. How do you set the expiry to a date in the past? Why not instead of modifying the cookie, use @purge

Re: Witango-Talk: Cookies Again

2004-06-29 Thread webdude
Thank you. I set this and it seems to be working correctly. @ASSIGN NAME=RememberUser SCOPE=cookie VALUE= EXPIRES=@TOGMT TS=@SECSTOTS SECS='@CALC EXPR=@TSTOSECS TS=@CURRENTTIMESTAMP-604800' FORMAT=datetime:http try assigning the expiration date in the past. On Jun 29, 2004, at 6:30 AM, [EMAIL