delete session variable when close browser with out logout
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ramtej
session should automatically expires when browser window
closes..
Is This Answer Correct ? | 2 Yes | 3 No |
Answer / psharma05
session variable automatically delete when browser closed.
Is This Answer Correct ? | 3 Yes | 14 No |
Explain what are the three classes of errors that can occur in php?
Explain the ternary conditional operator in php?
when you will get the message/error "headers already sent"?
Tell us how can we display the output directly to the browser?
Why is php used?
Explain Parsing and Execution in PHP? Where PHP Engine Return errors?
What is MVC structure in Magento?
What is the difference between print() and echo() in PHP?
What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?
11 Answers HCL, Rushmore Consultancy, Thursday Technology,
What is Apache's configuration file typically called?
Explain about Functions in PHP?
What is the major php security hole? How to avoid?