PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 14th, 1999, 09:01 AM
markdrayton
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Hi

I have made some php scripts to log a user into a site and then store the user's nick in a cookie, using this code:

setcookie("cookie",$nick,time()+3600,"/");

(after checking a database, etc)

The problem comes when I try to delete it when the user logs out. I am trying to use this code to do it:

setcookie("cookie");

which doesn't work.

The logging in scipts are stored in /admin, and there are other scripts which depend on the cookie in directories next to /admin (ie /forum, /somethingelse). This initally gave me trouble in that I could log in, but not use the cookie in the other scripts. I fixed this by using the "/" when setting the cookie. I suspect the deletion is a similar problem, but adding "/" still doesn't work.

Any ideas?

Reply With Quote
  #2  
Old December 1st, 1999, 12:35 PM
SJONdaMON
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
$nick = "";
setCookie("cookie",$nick,time(),"/");

That should do it...

------------------
Have Fun !

SJONdaMON
http://www.sjondamon.org/

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > Trouble deleting cookies

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap