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 / sunny patel

Default session time is 1440 seconds,but we can change it
through ini_set() method.

$intTime=152;
ini_set("session.gc_maxlifetime",$intTime);

Is This Answer Correct ?    40 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is composer used for?

998


How does html form submit work?

971


Which is correct about mysqli and pdo?

1147


Tell me how can we determine whether a php variable is an instantiated object of a certain class?

1092


Explain what are psrs? Choose 1 and briefly describe it?

1010


Explain the difference between $message and $$message?

1057


What should be the length of variable for SHA256?

1024


how to open & closing opening period in fico

1720


Do csrf tokens expire?

1053


Which is variable cost?

1029


When do you use define() and when do you use const. What are the main differences between those two?

1109


What are the difference between abstract class and interface in oops?

1063


How can we know the total number of elements of Array?

1098


Is age interval or ordinal data?

1024


Where is php code written?

1044