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
Is it easy to learn wordpress?
How to define a function with any number of arguments?
Is php pass by reference or value?
Explain the difference between $message and $$message?
What is encapsulation in php with example?
What is substr in php?
Define object-oriented methodology?
What are examples of dependent variables?
What should we do to be able to export data into an excel file?
What is the php function that removes the last element of the array and returns it?
Is overloading possible in php?
How to pass variables by references?
What is the use of print_r function in php?
What is foreach loop in php?
What is overloading and overriding in php?