Forums

This topic is locked

cookie kill

Posted 26 Mar 2005 06:59:04
1
has voted
26 Mar 2005 06:59:04 Chris Trace posted:
does anyone have an easily customisable cookie killer

that is - to clear session and id variables on logout both by a logout button and an on close window facility

Replies

Replied 26 Mar 2005 07:34:32
26 Mar 2005 07:34:32 Chris Charlton replied:
Cookie/Sessions in <b>JS (JavaScript)? PHP? ASP? CFML? JSP?</b>

~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>
Replied 27 Mar 2005 11:37:47
27 Mar 2005 11:37:47 Chris Trace replied:
asp this time - so i assume a server side JS with reference in the html code is the way to go??
Replied 27 Mar 2005 21:05:29
27 Mar 2005 21:05:29 Chris Charlton replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>asp this time - so i assume a server side JS with reference in the html code is the way to go??<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Depends on your security requirments, if there's <i>any</i> private/important data, then you'll want to use ASP Sessions, as for Cookies, I'd never put anything important in there since they can be read easily.

~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>
Replied 29 Mar 2005 22:45:40
29 Mar 2005 22:45:40 Vince Baker replied:
Just set the cookie = "" then it is empty

Regards

Vince Baker
<strong>DMX Zone Manager</strong>

[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]
Replied 01 Apr 2005 16:48:04
01 Apr 2005 16:48:04 Chris Trace replied:
ASP sessions was what i thought but the issue was the timeout on them
i think thye have resolved it now
thanks

Reply to this topic