What is the difference between session_unregister() and session_unset()?
Answer / Dharmendra Kumar Kannaujiya
session_unregister($sessionName) unregisters a specific user variable in the current session, while session_unset() destroys all user variables associated with the current session.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to include external php file in to html page?
How can I rotate an image?
1 Answers Rushmore Consultancy,
What is difference between strstr() and stristr()?
Write a program to find no of days between two dates in php?
What are the 5 types of variables?
What is csrf validation?
What is php artisan tinker?
What is polymorphism with example in php?
from which profile r you coming?
How to set session.gc_divisor properly?
What is difference between strstr() and stristr() in PHP?
How to close a session properly?