What is the default session time in PHP and how can I
change it?
Answer Posted / kuldeep verma
it is true that by default time of session 140 sec. and we
can change in php.ini....
it is also depend on brower. when closing the brower then
session lost. session data will be deleted after session
timeout.if connection lost. And recreate the connection then
it session continue.......
| Is This Answer Correct ? | 17 Yes | 28 No |
Post New Answer View All Answers
What is helper library?
Is php easier than javascript?
How do you define a constant in php?
Explain preg_Match and preg_replace?
Is there an easy way to delete an element from a php array?
Steps for the payment gateway processing?
Where is the functions php in wordpress?
What is the actually used php version?
How to create a mysql connection in php?
Where php language is used?
What does the function get_magic_quotes_gpc() means?
What is a null coalescing operator in php7?
What is meant by an associative array?
What are include() and require() functions?
What is strstr php?