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
What are the advantages of object-oriented programming in php?
How to redirect a url from http to https in .htaccess?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
How to get a total number of elements used in the array?
Explain what is memcache?
What is $_session in php?
What does csrf token mismatch mean?
What are the functions to be used to get the image's properties (size, width and height)?
How does php server work?
Can we run php in apache tomcat?
What is $_ post in php?
Is uploaded file php?
What is http get and post?
What are php string functions?
Is learning php easy?