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 can you send email in php?
How to assigning a new character in a string?
Is php a mvc?
What does $_cookie mean?
What is a php class?
What does it mean when it says the csrf token is invalid?
Swap two variables value without using third variable in php ?
Explain whether it is possible to share a single instance of a memcache between multiple php projects?
Explain what are the three classes of errors that can occur in php?
What is better .net or php?
What is difference between Method overriding and overloading in PHP?
Explain php explode() function.
What is varchar mysql?
What is session php?
How to remove blank spaces from the string?