how long a default session stay in php?
Answers were Sorted based on User's Feedback
Answer / ravi
We can define it in php.ini
that how much time you want...
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / rahul
By default it is 180 minutes. check session.cache_expire
value in phpinfo().
| Is This Answer Correct ? | 1 Yes | 0 No |
What is PEAR?
What is urlencode and urldecode in php?
Why do we use in php?
What is php session_start() and session_destroy() function?
What is composer phar?
What is difference between Method overriding and overloading in PHP?
What is difference between static and constant?
Write logic to print Floyd's triangle in PHP?
How to Calculate Internal links & External Link in Website.(For Example YAHOO WEBSITE)
What is advanced php programming?
Tell me how is the ternary conditional operator used in php?
Which function would you use to merge two arrays in php?