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

Is time a dependent variable?

0 Answers  


What is session management php?

0 Answers  


How to use http headers inside php?

0 Answers  


1.Where are the sessions storing ? 2.What are the contents of a session file ? 3.If the server is loaded with too many session files there is a possibility of server crash. How can we solve this issue? 4. How does php server identify that the particular session belongs to particular user ? For ex: If two users A and B logged from different machine, separate session files (say 1 and 2) will be created in the server. But how the php knows that 1 belongs to A and 2 belongs to B ?

4 Answers   PA Consulting, TCS,


What is the full form of PHP?

28 Answers   Apple, Nandhini, PHP,






What is member function?

0 Answers  


What is the role of php?

0 Answers  


What is file upload?

0 Answers  


What is the use of curl()?

0 Answers  


What are the difference between echo and print?

0 Answers  


What type of errors can be occurred in php?

0 Answers  


Why php is used?

0 Answers  


Categories