Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the default session time in PHP and how can I
change it?

Answer Posted / archana

ini_set('session.gc_maxlifetime', 14400);
ini_set('session.gc_probability', 1);
ini_set('session.gc_divisor', 100);

add above codes in index.php. it will work.

changing php.ini value is not a good way.it will not work.

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What will the ?getdate() function returns in PHP?

1151


How to increase the execution time of a PHP script?

1102


What would occur if a fatal error was thrown in your php program?

1126


What is http php?

1011


Does php need html?

1042


Explain how you can update memcached when you make changes to php?

1210


How can we execute a php script using command line?

1101


What are major variables in research?

1044


What type of errors can be occurred in php?

1032


How can we connect to a mysql database from a php script?

1163


Why do you need to filter out empty files?

974


Is php 7 backwards compatible?

1070


Explain soundex() and metaphone().

1079


Explain what is the difference between session and cookie?

1104


What does $globals mean?

1015