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

What's the output of the ucwords function in this example?

0 Answers  


Is it possible to connect to a Microsoft Access database without a DSN? If so, how??

3 Answers  


Hi all,, im completely new to PHP, started learning just 2 days before. Can anybody tell me how to run a PHP file to see the program's output? i have created some simple program in Dreamweaver CS3 but don't know how to run it...

1 Answers  


What is the current php version?

0 Answers  


What is the difference between abstract class and interface in php?

0 Answers  


Does php 7 support mysql?

0 Answers  


Can you use php and javascript together?

0 Answers  


How to retrieve the original query string?

0 Answers  


how many types of inheritance is there in php? name there?

10 Answers  


Tell me what is the use of isset() in php?

0 Answers  


Is null empty php?

0 Answers  


What is global variable php?

0 Answers  


Categories