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

What is the difference between implode() and explode() in php?

495


What is a php object?

511


How to convert a json string to an array in php?

559


What is the use of 'print' in php?

554


Write down the code for save an uploaded file using php?

458






How to genrate report in wordpress cms

1815


How to remove duplicate values from a PHP Array?

549


Tell me is it possible to submit a form with a dedicated button?

536


How to create a text file in PHP?

625


What is class extend in php?

547


Write a statement to show the joining of multiple comparisons in php?

544


How to open a file for writing?

578


How are variables declared in php?

560


Which functions are used to remove whitespaces from the string?

622


What is php session start?

530