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
How to split a string into array using php?
What is the difference between $var and $$var?
What is the default session time in php?
How to uploaded files to a table?
What is the best website to learn php?
What is the difference between apache and tomcat?
What is better .net or php?
What is php and sql?
How to create a session? How to set a value in session?
What does csrf token mismatch mean?
How do I end a php session?
How we can declare variable in php?
what is difference between PHP4 , PHP5
Explain me difference between mysql_connect and mysql_pconnect?
What are constructor and destructor in PHP?