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 is indexing how many types?

3 Answers   DLF, Infosys, Net Solution, Vcare,


How to Retrieve a Cookie Value?

0 Answers  


can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????

0 Answers  


What is php routing?

0 Answers  


Is overloading possible in php?

0 Answers  


What is php written in?

0 Answers  


hello all, I need some sample placement papers in lion bridge.. can anyone help me?

0 Answers   Lionbridge,


hi i am complted my b.tech and i want to learn php is php is good for my career and i want to know the salary growth on php any one can tell the answer plz and i am learning php myself it is easy to understand..........

3 Answers  


What is the difference between session_unregister() and session_unset()?

0 Answers  


What is the difference between echo, print and printf()?

0 Answers  


How can you create a session in php?

0 Answers  


Is null empty php?

0 Answers  


Categories