Answer Posted / santosh
session.gc_maxlifetime = 1440
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What is a query in a database?
What is $_ request in php?
What is a closure in php?
Why do we use sessions in php?
Can php run on windows server?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
How many escape sequences are recognized in double-quoted strings?
Explain me is multiple inheritance supported in php?
What is user defined function in php?
What does the initials of php stand for?
How can we get the error when there is a problem to upload a file?
Explain how we can retrieve the data in the result set of mysql using php?
How to close a session properly?
Can you define an argument as a reference type?