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
What is meant by PEAR in PHP?
Do you know how to get the ip address of the client?
How do I escape data before storing it in the database?
Explain me what are the 3 scope levels available in php and how would you define them?
What is the purpose of a query?
What is php mainly used for?
Should I learn php before wordpress?
Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?
What are the different filter functions used to filter a variable?
Who created numbers?
How can you retrieve a cookie value?
What is the difference between echo, print and printf()?
What is php used for?
What's the difference between using mysql_ functions and pdo?
Explain me what is the goto statement useful for?