Answer Posted / pcoder
use
ini_set(’session.gc_maxlifetime’, ‘28800′);// Set
maxlifetime to 4 hours
Is This Answer Correct ? | 19 Yes | 9 No |
Post New Answer View All Answers
How do you destroy a particular or all Sessions?
What is the use of hooks?
What is the use of get and post method in php?
How to download file in php?
armstrong number by using php while number is given by the keyboard.?
Which php framework is best?
What does $_cookie mean?
Why php is sometimes called as embedded scripting language?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
How can I convert ereg expressions to preg in php?
What is $_ request?
How do I use isdigit function?
How do I escape data before storing it into the database?
Tell me is it possible to protect special characters in a query string?
Explain the difference between $var and $$var?