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 |
List types of array are available in php?
How to find second highest salary
What are the different loops in php?
What is stdclass in php?
Can you define an array argument as a reference type?
How failures in execution are handled with include() and require() functions?
Explain NULL?
How do I escape data before storing it into the database?
What is meant by content management system?
3 Answers Global Logic, IBEE, TCS, Toyota,
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? thanks
What is php full form?
What is csrf token in php?