What is the default session time in PHP and how can I
change it?
Answer Posted / diwakar tiwari
default session time in PHP is 1440 seconds. if we want to
change the session time in php, then we have to change in
php.ini.
| Is This Answer Correct ? | 134 Yes | 26 No |
Post New Answer View All Answers
What is php default argument?
Can a super () and this () keywords be in same constructor?
Is php front end or back end?
Is null function in php?
Which is not a file-related function in php?
How to select a database?
What is difference between session and cookie in PHP?
How is it possible to return a value from a function?
How can we get ip address of a client in php?
How do I use isdigit function?
What is session in c#?
What is the difference between single quoted string and double quoted string?
How to receive a cookie from the browser?
What is traits? How it is used in php?
What is csrf cookie?