delete session variable when close browser with out logout
Answer Posted / koushikgraj
on unload event in javascript will trigger when the window
is going to close.
we can call a ajax function to clear session
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is __ construct in php?
Do you know what is the difference between the include() and require() functions?
write a note on Testing the web site
How to create an array in php?
How variables are passed through arguments?
Explain what is the function file_get_contents() usefull for?
Xplain is it possible to use com component in php?
What is the correct and the most two common way to start and finish a php block of code?
What is super () python?
How is the ternary conditional operator used in php?
How to check whether a number is prime or not?
How to generate a form?
How do you pass a variable by value in php?
Is array a key php?
What are the uses of explode() function?