What is the default session time in PHP and how can I
change it?

Answer Posted / tarangini

default session time 1440.

we can change it by
$garbaze="14400";
ini_set(session_gc_maxlifetime,$garbaze);

Is This Answer Correct ?    81 Yes 30 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is php a dying language?

530


How to convert a string to uppercase in php?

541


How do I get csrf token?

550


What does session start do in php?

502


Why many companies are switching their current business language to php? Where php basically used?

499






Explain what is memcache?

502


What is the correct php command to use to catch any error messages within the code?

568


Php code to find whether a number armstrong or not?

538


Tell me in php, objects are they passed by value or by reference?

524


Can php run without server?

554


What is isset and unset in php?

533


What are the two most common ways to start and finish a php block of code?

621


How many types of session are there?

537


What is active record in php?

474


How many types of php frameworks are there?

487