View Full Version : how do I...?
steveo
08-27-2002, 11:23 PM
log out of the forums? Logging in is cool but I can't find anyplace to log out. Not that it's that big of a deal but I can't find the log out icon? As it stands I'm always logged in. Where is that critter hiding?
Hmmm, now that you mention it...;) , If you delete the cookie for the forums that should log you out.
Budfred
08-27-2002, 11:46 PM
You can also set you preferences to log you out anytime you go offline. I do that and it is a pain to log in each time, but it eliminates the pain of logging out.:)
Budfred
steveo
08-27-2002, 11:54 PM
alright..seems like a plan to me
Paleo Pete
08-28-2002, 01:07 AM
Forums Home, bottom right.
Fruss Tray Ted
08-28-2002, 05:00 PM
You can also logout in the reply page right by your username.
But I ask again, what's the purpose? I leave my cookies for this site alone and I am logged in when I get here. When I leave, I merely close the page. Sounds like more 'work' (the other 4 letter word) for nothing.
About the only reason I can see for logging out from here is if you log in on somebody else's machine....
Budfred
08-28-2002, 06:25 PM
I log in here from work and from 2 different user profiles at home. That is reason enough to log out whenever I leave, but I also don't like to keep any cookies around that are going to be able to track me, even in a site as friendly as this one.
Budfred
Lucias_Clay
08-28-2002, 08:07 PM
If you look down at the very bottom of the main page there is a log out button right next to mark all forums read.
One of the popular misconceptions about cookies and tracking is that all cookies can be used to track you. Not true. The cookie must be built to track from the word go....
Also session cookies are hard to use for tracking.
Basically there are some sites that still use cookies like they were originally intended.
Budfred
08-28-2002, 11:49 PM
I know that most cookies are not used or usable for tracking, but I have developed a habit of being cautious and it has served me well.
Budfred
Paul Komski
08-30-2002, 11:15 PM
If a website wants to "track" you, it can do it without ever setting a cookie; it is just more difficult to maintain a constantly changing database on the server side, particularly if it is a busy site.
If you dont want to leave cookies on your pc after you close your browser, then only enable session cookies. Session cookies have no expiry date and are thus not saved to disk (or if you prefer they expire immediately). You will just have to sign in once for that browser session though.
Budfred
08-31-2002, 12:34 AM
Paul,
I use MailWasher, Zone Alarm, Norton Antivirus, and AdAware so I tend to do pretty well with maintaining security and avoiding SPAM. I use Netscape 4.79 for my browser, so I don't have the more subtle cookie settings you refer to, but I delete all but a few cookies, my history and cache on a regular basis. Overall I do okay.;)
As they say, "just because you're paranoid doesn't mean that someone isn't out to get you". :D
Speaking of all this, I really need to install and run the new version of AdAware.
Budfred
david eaton
08-31-2002, 05:06 AM
Budfred
As you say, you may be paranoid - but are you paranoid ENOUGH!
David
Paul Komski
08-31-2002, 09:14 AM
If you ever want to be able to easily see what cookies have been set by a website then post this line of js (a single line of text which you may have to edit into one line with no spaces in Notepad) into your address bar and then save it as a favorite/bookmark.
javascript:alert('Cookies%20stored%20by%20this%20h ost%20or%20domain:\n\n'%20+%20document.cookie.repl ace(/;%20/g,'\n'));
When you are at the site you want to check cookies for; go to your favorites and open that bookmark. You should get a dialog box showing the results (as long as js has been enabled of course).
;)
Darnit that line doesnt seem to work in Opera - I'm sure it used to - but the following line does.
javascript:unescape(document.cookie);
Paul Komski
08-31-2002, 10:46 AM
javascript:alert('Cookies stored by this host or domain:\n\n' + document.cookie.replace(/; /g,'\n'));
Works in both Opera and IE (must have been the %20's - or else I'm just having a bad day) :(
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.