What is the default session time in PHP and how can I
change it?
Answer Posted / amit beniwal
Default session in php is 1440 second. we can change it through
$sessLimit="14400";
ini_set(session.gc_maxlifetime,$sessLimit);
| Is This Answer Correct ? | 43 Yes | 21 No |
Post New Answer View All Answers
what is the scope of php in the future if any other language is developed then may be php is loss ???
What is difference between sql and php?
Tell me how stop the execution of a php scrip?
What is the difference between include and require?
What is the use of inner join in mysql?
What PHP stands for?
What is in php 7?
What is namespace in php?
Maine 12th ke bad 2 years ka web designing ka course kiya hai. Php me achcha hu. Ek fresher ko is field me kitna mil sakta hai ?
Tell me is it possible to submit a form with a dedicated button?
what is the use of include_once in php?
Tell me how is the ternary conditional operator used in php?
How many php functions are there?
Write a program in php to check whether a number is prime or not?
how to track user logged out or not? when a user is idle?