How can we destroy the session, how can we unset the
variable of a session?
Answer Posted / sri harsha
session can be destroyed by using session_destroy() function
and variable can be unset by unset($_session['name']).
Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Does php need to be installed?
What is the difference between fopen() and fclose()?
write a note on Testing the web site
What is the difference between require_once and require in php?
What is the difference between query and inquiry?
What are the file upload settings in configuration file?
How to create a session? How to set a value in session?
What are the different components used in php for formatting?
For image work which library is used in php?
Why do we use interface in php?
Is php secure?
What is variable declaration?
What is the role of php.ini file?
Tell me can the value of a constant change during the script's execution?
Why php is also called as scripting language?