How can we destroy the cookie?
Answers were Sorted based on User's Feedback
Answer / thoms
By providing past values.
for eg:
setcookie("name","value",time()-3600);
| Is This Answer Correct ? | 37 Yes | 6 No |
Answer / nikunj
By setting previous time for cookie, we can destroy it.
| Is This Answer Correct ? | 16 Yes | 6 No |
What is the basic function to search files for lines (or other units of text) that contain a pattern.
What are php applications?
How to remove an empty directory?
How can we encrypt the username and password using PHP?
3 Answers Rushmore Consultancy,
Does php require a web server?
Does https prevent csrf?
Who developed php?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
In php, how to redirect from one page to another page?
How to parse configuration file in php?
How does php strcmp work?
How can i execute PHP File using Command Line?