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
Is php secure?
Write a program in php to check whether a number is prime or not?
What is PHP's configuration file called?
How can php and html interact?
What does a delimiter do in mysql?
What is php array function?
How long is a php session valid?
Tell me is it possible to remove the html tags from data?
What is delimiter php?
What are the characteristics of php variables?
What are the uses of explode() function?
When use javascript vs php?
Is not null in php?
Can php use gettext?
What is mean by an associative array?