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 |
What are the different components used in php for formatting?
How to remove duplicate values from array using php?
Explain Type juggling?
Is it possible to use com component in php?
How to display your correct URL of the current web page?
Whether One-line comment begin with pound sing(#) in php?
how to upload more than 50 mb? i tried but session was expired....certain time .....i was set session duration three days .... how to rectified? if any one know that post ur answer as soon as possible?already i was increase php.ini but not working......
How to declare an array in php?
When a conditional statement is ended with an endif?
Does php support inheritance?
Tell me what is the difference between get and post?
What is meant by MIME?