how to set session expire(session timeout) using php code
Answer Posted / indrajeet
unset("userid" "timeout",60)
| Is This Answer Correct ? | 54 Yes | 39 No |
Post New Answer View All Answers
What are different types of Print Functions available in PHP?
Why echo is faster than print in php?
How does cookies work in php?
Which function can be used to delete a file?
Which PHP function would you use to send an email?
Is age interval or ordinal data?
What is php? Why it is used?
What is chrome logger?
Is php faster than nodejs?
Is strcmp case sensitive?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
What is Type hinting in PHP?
How can we determine whether a php variable is an instantiated object of a certain class?
What is echo in html?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?