what is the default session expire time in php?
what is default file attachment size in mail in php?

Answers were Sorted based on User's Feedback



what is the default session expire time in php? what is default file attachment size in mail in php..

Answer / luvboy

Default Session expire time is 24mins

Default attachement size is 2mb

both can be changed in php.ini file.

Is This Answer Correct ?    33 Yes 1 No

what is the default session expire time in php? what is default file attachment size in mail in php..

Answer / aiajz

Default Session expire time is 24mins,1440 seconds
we can change the session time,
Default attachement size is 2mb.

Is This Answer Correct ?    0 Yes 1 No

what is the default session expire time in php? what is default file attachment size in mail in php..

Answer / siddharth

40 minutes,5mb

Is This Answer Correct ?    4 Yes 15 No

Post New Answer

More PHP Interview Questions

How to connect to mysql from a php script?

0 Answers  


What does $_env means?

0 Answers  


Tell us how to create an array of a group of items inside an html form?

0 Answers  


How to join multiple strings into a single string?

0 Answers  


What is a namespace in php?

0 Answers  






Explain the casts allowed in PHP?

0 Answers  


How do you destroy a particular or all Sessions?

0 Answers  


What is cms php?

0 Answers  


Will a comparison of an integer 12 and a string "13" work in php?

0 Answers  


Is string php function?

0 Answers  


What is difference between require_once(), require(), include()?

0 Answers  


Differentiate between php5 and php7?

0 Answers  


Categories