Answer Posted / chetan
session_destroy()
....// it will delete all session variables at once
unset
session_unregister()
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is good average session duration?
How many ways to include variables in double-quoted strings in php?
List some string function name in php?
What is difference between single quotes and double quotes in php?
How can MYSQL functions be available with PHP?
Explain how you can update memcached when you make changes to php?
How do sessions work in php?
What is the expansion of LAMP?
What is the difference between static and dynamic websites?
What are the 5 types of data?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
How to retrieve the original query string?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
Is php session id unique?
How do I install php and apache on windows 10?