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
Declare a new variable in php equal to the number 3;
What is needed to be able to use image function?
Why php is widely used?
What is the difference between echo print and print_r in php?
Is php an api?
What is the function of string in c?
What is difference between php and wordpress?
How is a session id generated?
Tell me is it possible to protect special characters in a query string?
Differences between get, post and request methods ?
What is namespace in php?
How can we set and destroy the cookie in php?
What is difference between md5 and SHA256?
How to read one character from a file?
Tell me what is the use of explode() function?