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 the new feature add in php 7.2?
In How many ways can u represent Not equal?Give Syntax of all ways..
How to find datatype of variable in php?
How many escape sequences are recognized in double-quoted strings in php?
What are php filters?
How to find the index of an element in an array php?
which will print out the php call stack?
What does $_cookie mean?
What is isset post?
What is the difference between php and core php?
Could we start a variable with number like $4name?
How are Variables Defined in PHP?