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
How to close a session properly?
What are the disadvantages of php?
What is php session start?
How many php functions are there?
How can you retrieve data from the mysql database using php?
How do I know my xampp version?
How arrays are used in php?
What is form submission?
Which function is used to read a single character from a file in PHP.
What does empty mean in php?
Which is the best web server?
How we can retrieve the data in the result set of mysql using php?
In php how can you jump in to and out of "php mode"?
What is difference between ksort() and usort() functions.
What would occur if a fatal error was thrown in your php program?