what is the default session expire time in php?
what is default file attachment size in mail in php?
Answer Posted / 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 |
Post New Answer View All Answers
What is the default time in seconds for which session data is considered valid?
What exactly is validating and sanitizing?
Can we override static method in php?
Can you specify the "new line" character in single-quoted strings?
How is it possible to cast types in php?
Can we run php on tomcat server?
What is php mainly used for?
Explain the syntax for ‘foreach’ loop with example.
How do you pass a variable by value?
How to upload file in php?
What is $_ request?
What is overloading and overriding in oop?
What is the purpose of constant() function?
Can you extend a final defined class?
What is namespace and use in php?