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

What is array and function?

1104


What is the difference between pop3 IMAP and MAPI?

1116


Is php front end or back end?

1000


How to create a text file in PHP?

1185


Tell us why did you choose this particular career path?

1010


What difference between require() and require_once()?

1154


What is the use of rand() in php?

1093


What does the unlink() function means?

1180


What does empty mean in php?

1057


Tell me what is the use of "enctype" attribute in a html form?

1062


Write a statement to show the joining of multiple comparisons in php?

1070


What are the methods useful for method overloading?

1082


What is the difference between query and inquiry?

963


Tell me what is the main difference between php 4 and php 5?

1033


What does the unset() function means?

1215