What are the ways we can destroy a session variable ?
Answer Posted / nilsoft
There are three ways
1. session_destroy()
2. session_unset()
3. session_unregister()
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Write logic to print Floyd's triangle in PHP?
How a constant is defined in a php script?
Do you know how to delete a file from the system?
Can I use php in visual studio?
What is difference between compile time and run time polymorphism?
What are php keywords?
What is $_ files in php?
How can we access the data sent through the url with the get method?
What types of Data Can Be Used as Array Keys?
What is a php web application?
What is the difference between characters 34 and x34?
How to create a directory?
How to open standard output as a file handle?
When to use self over $this?
How do I find environment variables?