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
What is static variable in php?
How to increase the maximum execution time of a script in php?
What are the encryption functions available in PHP?
How to break a file path name into parts?
Is variable name casesensitive in php?
What is the use of super-global arrays in php?
How to access standard error stream in PHP?
What is the sign to start variables in PHP?
What is the difference between core php and php?
Why super () is used in java?
Does php support inheritance?
Write a program to display table of a number using php?
Explain about a search-friendly site looks like?
What good is polymorphism?
How to get no of arguments passed to a PHP Function?