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
How can I prevent sql-injection in php?
in PHP for pdf which library used?
Tell me will a comparison of an integer 12 and a string "13" work in php?
What is php date function?
What is php explain how php works?
What does pear stand for?
Is php easy language to learn?
What is overriding in php?
How do I expire a php session after 30 minutes?
How to convert the first character to upper case?
Tell me how comparison of objects is done in php5?
Tell me how to set a page as a home page in a php based site?
What is laracast?
How to insert an new array element in array?
What type of headers have to be added in the mail function to attach a file?