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

How come the code works, but doesn’t for two-dimensional array of mine?

0 Answers  


Explain some of the php array functions?

0 Answers  


What is the use of the function 'imagetypes()'?

0 Answers  


hi..this is kumar...how m,uch time req for php preparation?is any coaching avaiable in vizag for php?

3 Answers  


What is the use of $_server["php_self"] variable?

0 Answers  


What is input sanitization in php?

0 Answers  


How are Variables Defined in PHP?

6 Answers   T3 Softwares,


How to remove duplicate values from a PHP Array?

0 Answers  


What is the difference between include and require?

0 Answers  


Explain why would we use === instead of ==?

0 Answers  


Explain what does $_server means?

0 Answers  


How to remove leading and trailing spaces from user input values?

0 Answers  


Categories