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
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 |
How many ways you can delete a session variable ?
How does csrf token work?
How do you match the character ^ at the beginning of the string? - ^^
How do you set the browser timeout?
Questions on OOP concepts 1. What are the access specifiers available in php ? Explain 2. What is object cloning ? 3. What are the differences between interface and abstract class ? 4. What is overloading ? 5. What is overriding ? 6. How to prevent function overriding ? 7. What is the use of "final" keyword ? 8. What is static variable ? How will access a static variable ? What is static class ?
What is repository in php?
What is session expiry?
What is difference between single quotes and double quotes in php?
How to strip whitespace (or other characters) from the beginning and end of a string?
Why laravel is best php framework?
What is PEAR?
What is preg_match?