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 a php tag?
What are the main error types in php and how do they differ?
Which cryptographic extension provide generation and verification of digital signatures?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
What is php used for?
How come the code works, but does not for two-dimensional array of mine?
How to create a session? How to set a value in session? How to remove data from a session?
What is composer phar?
Tell me what is the difference between ereg_replace() and eregi_replace()?
Is php secure?
Tell me can the value of a constant change during the script's execution?
Explain me soundex() and metaphone()?
How to get no. of rows using MYSQL function?
What are the advantages of stored procedures, triggers, indexes in php?
What is a class in php programing?