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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the super method?

970


Explain about require and include function?

943


What is php explain?

916


Write a program in php to find the occurrence of a word in a string?

1047


What is the best website to learn php?

932


What are the differences between require and include?

971


Which is used to maintain the value of a variable over different pages?

985


Explain the difference between unlink() and unset()?

911


What is a closure in php?

998


What is abstract class in php?

981


What is session data?

917


Is server side a session?

902


How can we get the error when there is a problem to upload a file?

950


When are you supposed to use endif to end the conditional statement?

898


Which function would you use to read a line of data from a file in php?

989