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 is array filter in php?
What is curl php?
Explain the ternary conditional operator in php?
How to count all the lines of code in a directory and sub folder?
How send email using php?
What does echo mean in php?
Tell me when a conditional statement is ended with an endif?
Are objects passed by value or by reference?
How long do php sessions last?
How to create a public static method in PHP?
The left association operator % is used in PHP for?
How many types of functions are there in php?
what the new feature add in php 7.2?
How to get the value of current session id?
> symbol is used to redirect the output of a command. State Whether True or False?