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 1440 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 ? | 28 Yes | 20 No |
Post New Answer View All Answers
Does php support multiple inheritances?
How check field is empty or not in php?
How to remove white spaces from the beginning and/or the end of a string in php?
What is a php certification?
Write a program to get second highest number in an array using php?
Write syntax to open a file in php?
Is php pass by reference or value?
How can I use single quotes in single quotes in php?
What is php and why we use it?
What is instantiation?
Whether it is possible to share a single instance of a memcache between multiple php projects?
How to include variables in double-quoted strings?
What is a query in php?
Is it possible to destroy a cookie?
Is php an api?