how set session expire time in php?
Answers were Sorted based on User's Feedback
Answer / bharanikumar
go to php.ini , set the time limit for the session
| Is This Answer Correct ? | 9 Yes | 5 No |
Answer / 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 |
Answer / bharanikumar
u feel u dont have access php.ini , then go with .http ,
make changes
Post your question here also ,
www.happylife.in
| Is This Answer Correct ? | 1 Yes | 0 No |
What is a model in php?
for image work which library?
What php framework does wordpress use?
Write a query to find the 2nd highest salary of an employee from the employee table?
What IS PHP?
How can use sys time in loop?
In php, how to redirect from one page to another page?
What is the difference between substr() and strstr()?
which institute provide better PHP trainning in delhi? please tell me how much salary can freshers get ? thanku
How to convert a string to lowercase in php?
Differences between get, post and request methods ?
What is a trait in php?