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 |
Does php 5 support exceptions?
Write a program in php to find the occurrence of a word in a string?
How to find a length of a string in php?
Is it possible to remove the html tags from data?
What is php and why it is used?
Is laravel an oop?
How variables are passed through arguments?
What good is polymorphism?
What is mysql_fetch_object?
Why php is also called as scripting language?
tel me any 2 regular expressions with example
How can we make a constant in php?