Answer Posted / hemant gore
unset($_SESSION)
session_unset()
seesion_unregister()
session_destroy()
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to set session.gc_maxlifetime properly?
What is php.ini & .htacess file?
How is a constant defined in a PHP script?
Explain the casts allowed in PHP?
What is magic quotes?
Is php an api?
What is an abstract class in php?
What is overloading in php?
What is the difference between require and include in php?
What is inheritance in php with example?
Who developed php?
What is the timeout period on session values?
What are examples of dependent variables?
What is the difference between get and post in php?
What is use of header() function in php? What the limitation of header()?