what is the default session expire time in php?
what is default file attachment size in mail in php?
Answer Posted / 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 |
Post New Answer View All Answers
What is the default session time in php?
What are some of the advanced features of php?
Tell me how can we automatically escape incoming data?
How to close a session properly?
How check field is empty or not in php?
What is a query in a database?
How to check a variable is array or not in php?
How to create an array of a group of items inside an html form?
Explain php parameterized functions.
What is the best way to test the strpos() return value in php?
What is full form of PHP?
Can the value of a constant change during the script's execution?
What is cms php?
How is the comparison of objects done in php?
What is new keyword in php?