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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
What types of Data Can Be Used as Array Keys?
Which php framework is best for beginners?
How to check a variable is array or not in php?
How to track user logged out or not? When user is idle?
Explain the types of functions for Splitting String?
Name some of the popular frameworks in php.
What is an array in php?
How to execute a php script from the command line?
Explain which cryptographic extension provide generation and verification of digital signatures?
What are the four scalar types of php?
How many types of session are there?
Require_once(), require(), include(). What is difference between them?
Can I write php code in html file?
Where sessions stored in PHP?
What is the maximum size of a database in mysql?