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 / ketan kamdar

default session time in PHP is 1440 seconds, and we can
change using following way.

1) we can change in php.ini
2) ini_set(session_gc_maxlifetime, 1200);
3) using .htaccess:
php_value session.gc_maxlifetime 1200

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why constructor is not overridden?

1061


Tell me what library is used for pdf in php?

1060


What is polymorphism with example in php?

1000


What is the use of token in php?

1032


What are the differences between GET and POST methods in form submitting?

1082


In how many ways we can retrieve the data in the result set of mysql using php?

982


How to write php function in html onclick?

995


What is properties of class?

1116


How should a model be structured in mvc?

987


What is a php array?

1074


What is final in php?

1164


What is php dependency injection?

978


How to update memcached when you make changes to php?

1023


What is variable give example?

1156


What type of headers that PHP supports?

1062