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 the scope of a variable defined outside a function?
What is a controller in php?
What is mod_php?
Do you know design patterns. List few?
How to convert one date format into another in php?
Explain me what is the use of 'print' in php?
Do you know how to delete a file from the system?
Is php deprecated?
What is new static in php?
What is the importance of "action" attribute in a html form?
What is orm in php framework?
How to get the ip address of the client?
Explain me is it possible to destroy a cookie?
How to turn on the session support in php?
Explain the difference between static and dynamic websites?