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
Where is the submitted form data stored?
How to access a specific character in a string using php?
What are the different errors in php?
Tell me how do I check if a given variable is empty?
Which framework is best for php?
What is the importance of parser in php?
What is the difference between characters 23 and x23?
my english is not too good then what we apply for a php programer post
Explain me what is the w3c?
What is form validation in php?
How big is nvarchar max?
Why php 7 is faster?
What is the scope of a variable defined outside a function?
What is php used for?
Are objects passed by value or by reference?