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 |
Please explain is it possible to use com component in php?
How do you run a php script from the command line?
Code to open file download dialog in PHP?
What is final in php?
What are the environmental variables?
How to write the form tag correctly for uploading files?
How many types of php frameworks are there?
Why do we show php code in browser?
i am a php programmer can i be a java programmer?
What is T_PAAMAYIM_NEKUDOTAYIM?
Do I need to install php after xampp?
How escape single quotes php?