How can we destroy the session, how can we unset the
variable of a session?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / lakshmi
using session_destroy()we can destroy the session and using
session_unset() we can delete all the session variable
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rajan vardawaj
session_unregister() - Unregister a global variable from the
current session session_unset() - Free all session variables
| Is This Answer Correct ? | 2 Yes | 4 No |
How can we get ip address of a client in php?
Explain the installation of PHP on UNIX systems?
What is faster?
How do I see how many pages per session in google analytics?
What is difference between md5 and SHA256?
What is the difference between $name and $$name?
Does it possible to compile php with mysql without having mysql sources?
What is the function of mysql_real_escape_string in php?
Define anonymous classes in php7?
How is it possible to parse a configuration file?
What is mean tnq
How can I load data from a text file into a table?