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
How many types of errors in php?
How to convert a string to uppercase in php?
What is the role of php.ini file?
What is an associative array?
Where can I find php ini file?
What is whitespace in php?
What is session in php why it is use?
Tell me how to execute an sql query? How to fetch its result?
What is slim framework?
What is meant by ‘passing the variable by value and reference' in php?
What is the difference between runtime exception and compile time exception?
What is the use of "enctype" attribute in a html form?
What is mysql_fetch_row?
How to delete file in php?
What the limitation of header() function in php?