How can we destroy the session, how can we unset the
variable of a session?
Answer Posted / sreenia
the better way of destroying a session is to first unset all
the values of $_SESSION variables individually, and then use
the session_destroy() function
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
/temp is a type of filesystem directory. State Whether True or False?
Do I need apache for php?
How long is a php session valid?
How many types of array supported in php?
Is age nominal or ordinal?
Where to put php files in apache server?
What is difference between strstr() and stristr() in PHP?
Tell me what should we do to be able to export data into an excel file?
What is the name of scripting engine in php?
What's php?
Define urlencode() and urldecode() used in php?
Tell me how can I display text with a php script?
Which library is used in php to do various types of image work?
What is php sequence?
What does mvc stand for and what does each component do?