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...


how to set session expire(session timeout) using php code

Answers were Sorted based on User's Feedback



how to set session expire(session timeout) using php code..

Answer / indrajeet

unset("userid" "timeout",60)

Is This Answer Correct ?    54 Yes 39 No

how to set session expire(session timeout) using php code..

Answer / er

$sessdir = ini_get('session.save_path');
if (!is_dir($sessdir)) { mkdir($sessdir, 0777); }
ini_set('session.save_path', $sessdir);
ini_set('session.gc_maxlifetime', 1);

Is This Answer Correct ?    34 Yes 23 No

Post New Answer

More PHP Interview Questions

Tell me can the value of a constant change during the script's execution?

0 Answers  


Is there any way to call a JAVASCRIPT function in PHP in AJAX

4 Answers  


What does == mean in php?

0 Answers  


Which is better python or php?

0 Answers  


What does the expression exception::__tostring means?

0 Answers  


Is it necessary to use closing tag in php?sometime without closing tag things work.why?

2 Answers   ShopRite,


What is meant by urlencode and urldocode?

2 Answers  


what is difference between PHP4 , PHP5

0 Answers   Net Solution,


How do you check is php not empty?

0 Answers  


Is php an object or array?

0 Answers  


How to Retrieve the Session ID of the Current Session?

0 Answers  


what is php?

3 Answers  


Categories