Answer Posted / prakash.matte
Question is not for ini file and not for unsetting, it is
for changing the session life time from php file.
ini_set("session.gc_maxlifetime", number_of_seconds);
We can override the php.ini settings (if we don't have
access) from php file using ini_set()
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is cookie in php with example?
What is the difference between array_merge() and array_merge_recursive() in php?
How to check a variable is array or not in php?
What is in php 7?
How many columns can be added in a table in mysql?
What is __ invoke in php?
What is xss and csrf?
Differences between get, post and request methods ?
What does the unlink() function means?
What are the ways to include file in php?
How to write in a file in php?
What is the apache?
What is framework in php for beginners?
How does the identity operator ===compare two values in PHP?
What is difference between php and wordpress?