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 long a default session stay in php?

Answers were Sorted based on User's Feedback



how long a default session stay in php?..

Answer / atul verma

Default session time is 24 minutes in php

Is This Answer Correct ?    25 Yes 3 No

how long a default session stay in php?..

Answer / rahul

24 minuts is the default time in php

Is This Answer Correct ?    10 Yes 1 No

how long a default session stay in php?..

Answer / kaili

by default the life of a session is 20 minutes.

Is This Answer Correct ?    6 Yes 1 No

how long a default session stay in php?..

Answer / ravi

We can define it in php.ini
that how much time you want...

Is This Answer Correct ?    5 Yes 0 No

how long a default session stay in php?..

Answer / partho kumar dey

It is 24 Hour in PHP.

Is This Answer Correct ?    2 Yes 1 No

how long a default session stay in php?..

Answer / rahul

By default it is 180 minutes. check session.cache_expire
value in phpinfo().

Is This Answer Correct ?    1 Yes 0 No

how long a default session stay in php?..

Answer / md khalid akhtar

By default it is 24 minutes

Is This Answer Correct ?    2 Yes 1 No

how long a default session stay in php?..

Answer / keshav mishra

It is 24 Hour in PHP.

Is This Answer Correct ?    2 Yes 12 No

Post New Answer

More PHP Interview Questions

Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )

0 Answers   Amazon,


What is the function mysql_pconnect() usefull for?

0 Answers  


Which php framework is best for web development?

0 Answers  


Can I write php code in html file?

0 Answers  


What is the function of trim?

0 Answers  


How to connect SMTP server in php. I want to edit that in mantiss bug tracking tool. If anyone worked on mantiss software or in php, please give answer . I need to modify that in mantiss software.

1 Answers   HCL, UHG,


How do you get the Browser information?

3 Answers   Life Infotech,


What is the difference between static and dynamic websites?

0 Answers  


What is php used for?

0 Answers  


Explain php explode() function.

0 Answers  


Explain what does the unlink() function means?

0 Answers  


<?php /** * @version 1.0 $ * @package HelloWorld * @copyright (C) 2005 Andrew Eddie * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL */ /** ensure this file is being included by a parent file */ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?> <?php $database =& JFactory::getDBO(); //$sql = 'SELECT name, username FROM #__users'; $sql="select a.id, a.title, a.introtext, a.created_by, a.created from jos_content a, jos_content_frontpage b where a.id=b.content_id and b.ordering='2'"; $database->setQuery( $sql ); $user = NULL; $user = $database->loadObject(); //echo 'Name: ' . $user->name . '<br />'; echo '<h1>' . $user->title . '</h1><br />'; //echo 'Username: ' . $user->username; echo ' ' . $user->introtext; i write this and fetch the result from the database the result is The Intranet is up and working ! Our intranet is up and working and should be accessible from both Mumbai and NOIDA. As you will notice, this template, look & feel is not in line with our corporate indentity but we chose the route of "form-follows-funtion" In the first phase, we are rolling out functionality that is critical to all of us - Policies and How-to documents. In subsequent phases, we will be launching other features. Keep watching this space for more details i want to see only 4 line of top then how this may done

0 Answers   Infovision,


Categories