Answer Posted / swapna
increase session life time in php.ini.session_time_limit().
| Is This Answer Correct ? | 32 Yes | 11 No |
Post New Answer View All Answers
How to retrieve values out of an array?
Explain mail function in PHP with syntax?
Is php class name case sensitive?
How many different types of messages available in php?
Name some of the functions in php.
What is the use of mvc in php?
What is the difference between session_unregister() and session_unset()?
What does the scope of variables means?
What are the 3 types of sessions?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
What types of loops exist in php?
How to get no. of rows using MYSQL function?
How to get the position of the character in a string in php?
Which function Returns the time of sunrise for a given day / location in PHP.
What is the use of $_server["php_self"] variable?