How can we destroy the session, how can we unset the
variable of a session?
Answer Posted / lakshmi
using session_destroy()we can destroy the session and using
session_unset() we can delete all the session variable
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Tell me what are sql injections, how do you prevent them and what are the best practices?
Tell us how to create an array of a group of items inside an html form?
What is the correct php command to use to catch any error messages within the code?
How to increase the execution time of a PHP script?
Do csrf tokens expire?
What is the actually used php version?
How to make horizonatl menu and vertical menu responsive
Can you specify the "new line" character in single-quoted strings?
What is artisan in php?
What is an abstract class in php?
Why php is widely used?
Which variable declarations within a class is invalid in php?
What's the difference between using mysql_ functions and pdo?
What are interfaces in php?
What is parent __construct ();?