how long a default session stay in php?
Answers were Sorted based on User's Feedback
Answer / ravi
We can define it in php.ini
that how much time you want...
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / rahul
By default it is 180 minutes. check session.cache_expire
value in phpinfo().
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between php traits vs interfaces?
How to block direct directory access in PHP?
How do you parse and process html/xml in php?
What is a composer in PHP?
How do you define a constant in php?
How to read one character from a file?
How can you tell if a number is even or odd without using any condition or loop?
What is use of count() function in php?
How many keywords are there in php?
What is print_r?
What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?
What are computer variables?