Previous Thread
Next Thread
Print Thread
Rate Thread
#219472 06/20/2002 6:33 PM
Joined: Mar 2002
Posts: 305
Enthusiast
Enthusiast
Offline
Joined: Mar 2002
Posts: 305
I've noticed on a few different boards (UBB is the last one I saw) they sometimes have a link, usually in their FAQ, that says:

[:"red"]Clearing Cookies
If you ever experience login problems, you may have a problem with the cookies that have been set in your browser. If this happens, you can try clearing all cookies set on this message board by clicking {link here}.[/]

It looks like it's javascript. Has anyone made one like this for UBBT? If it helps, I believe you can clear a cookie by setting the same exact cookie only for a time earlier than the present time. So it's read by the computer, rewrites the current good cookie, but it is set to a time earlier than the current time -- the computer then reads it as already expired and the cookie is dropped.


[:"red"]Lisa[/]
Sponsored Links
JacquiL #219473 06/20/2002 9:08 PM
Joined: Jan 2002
Posts: 218
Enthusiast
Enthusiast
Offline
Joined: Jan 2002
Posts: 218
This would be helpful. The only other alternative is to use IE which clears all of your cookies. That can be a real hazard when you've forgotten your password at various places on the 'Net.

SDS #219474 06/20/2002 9:44 PM
Joined: Mar 2002
Posts: 305
Enthusiast
Enthusiast
Offline
Joined: Mar 2002
Posts: 305
That's exactly why I would like the link. I have to tell a dozen people a day to delete their cookies, and I hate doing that, since IE deletes all of the cookies. Most of the people I tell this to aren't computer wise enough to use a cookie deleting program and just delete specific cookies.


[:"red"]Lisa[/]
JacquiL #219475 06/20/2002 9:48 PM
Joined: Jun 2002
Posts: 62
Power User
Power User
Offline
Joined: Jun 2002
Posts: 62
I have this niffty little program that I just love. It costs like $15.00 but is well worth it. it is called cookiepal there is like a 30 day demo for it also.

here is the link to it

http://www.kburra.com

JacquiL #219476 06/21/2002 8:38 AM
Joined: Mar 2002
Posts: 15
Newbie
Newbie
Offline
Joined: Mar 2002
Posts: 15
A site I have used is cookiesweeper.com
It will show you all the cookies on your system and selectively delete them.
Something to help diagnose cookie problems would be helpful. Now the only answer for problems is delete your cookie and try again.

Sponsored Links
JacquiL #219477 06/21/2002 11:16 AM
Joined: Jan 2000
Posts: 796
MTO Offline
Addict
Addict
Offline
Joined: Jan 2000
Posts: 796
Doesnt the [:"red"] Logout [/] link clear your cookies?

D_Wolfwood #219478 06/21/2002 11:44 AM
Joined: Mar 2002
Posts: 305
Enthusiast
Enthusiast
Offline
Joined: Mar 2002
Posts: 305
You'd think it would!

If I clear all my cookies and log in, the software places these cookies:

[:"blue"]Name: w3t_language
Information: english
Host: www.mydomain.com
Path: /
Server Secure: no
Expires: Sunday, September 29, 2002 12:36:50

Name: w3t_myid
Information: 16
Host: www.mydomain.com
Path: /
Server Secure: no
Expires: Sunday, September 29, 2002 12:36:50

Name: w3t_key
Information: {lots of numbers & letters}
Host: www.mydomain.com
Path: /
Server Secure: no
Expires: Sunday, September 29, 2002 12:36:50

Name: w3t_mysess
Information: {lots of numbers and letters}
Host: www.mydomain.com
Path: /
Server Secure: no
Expires: at end of session[/]

Most of the time, when I click logout, w3t_myid, w3t_key, and w3t_mysess are removed. Sometimes they aren't. w3t_language always remains though, no matter how many times I click logout. There are times when I have to actually delete the cookie manually in order to be able to log back in. Can't be a browser thing, because it does it to me on IE6 and Netscape7 and I have lots of people from AOL that have the problem.


[:"red"]Lisa[/]
JacquiL #219479 06/21/2002 12:31 PM
Joined: Apr 2002
Posts: 1,768
Addict
Addict
Offline
Joined: Apr 2002
Posts: 1,768
Clearing cookies is done the way you described.

I agree that the feature would be useful to have. It wouldn't need to be Javascript, it's just as easy (or easier) to do in PHP.

I'd suggest that cookies be cleared using both the root '/' path, and the cookie path specifed in config settings (if it's different).

It might also be useful to use both the current domain (from the HTTP request) and also the domain with the "www" stripped out, if present, since that's a common problem. There are a couple of other threads discussing this.

One issue is that Infopop has this peculiar fascination with forcing everyone to comply to their interpretation of COPPA, so they would probably not want people to easily delete the cookie(s) used for storing DOB. But that's not a factor if someone here writes the mod.

joeuser #219480 06/24/2002 10:07 AM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
I'm not sure but I think that the only way a cookie set with the domain subdomain.mydomain.com or any other subdomains can be removed is if the visitor is using that subdomain at the time of removal. You can always set the top level domain "mydomain.com" at any point.

Clearing cookies for the current domain/subdomain used by the visitor would be easy to do. I'll put this on my list of things to do. I'll also make it skip over the coppa cookie (optionally).

sjsaunders #219481 06/24/2002 1:57 PM
Joined: Apr 2002
Posts: 1,768
Addict
Addict
Offline
Joined: Apr 2002
Posts: 1,768
visitor is using that subdomain at the time of removal

Does that restriction still apply if the "subdomain" is "www"? I can't remember. Is so, you could deal with it by redirecting to a "www" script to clear the cookies, although that makes things more complicated.

Sponsored Links
joeuser #219482 06/24/2002 4:46 PM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Yes, actually www. would be included as far as subdomains go. A cookie set with mydomain.com is not the same cookie when set with www.mydomain.com...

JacquiL #219483 06/29/2002 3:13 PM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
Made a little .php script to clear your cookies.

Find it here.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)