in the same place (same folder, if is that do you mean)feyd wrote:Where (physically) is the login page relative to the logout page?
Search found 5 matches
- Mon Sep 10, 2007 1:34 am
- Forum: PHP - Code
- Topic: I can't expire a cookie
- Replies: 4
- Views: 816
- Sun Sep 09, 2007 12:08 pm
- Forum: PHP - Code
- Topic: Load a page dynamically
- Replies: 4
- Views: 462
- Sun Sep 09, 2007 10:57 am
- Forum: PHP - Code
- Topic: Load a page dynamically
- Replies: 4
- Views: 462
- Sun Sep 09, 2007 9:46 am
- Forum: PHP - Code
- Topic: I can't expire a cookie
- Replies: 4
- Views: 816
- Sun Sep 09, 2007 1:16 am
- Forum: PHP - Code
- Topic: I can't expire a cookie
- Replies: 4
- Views: 816
I can't expire a cookie
Hi, I have a problem with the setcookie function: I don't know why but the cookie doesn't expire. I create the cookie with setcookie('cookie_name', $userid, time()+7776000); and I try to expire it with setcookie('cookie_name', '', time()-7200); but doesn't work. If I check the expiration date of my ...