how to set session expire(session timeout) using php code
Answer Posted / indrajeet
unset("userid" "timeout",60)
| Is This Answer Correct ? | 54 Yes | 39 No |
Post New Answer View All Answers
Where to put php files in apache server?
What are the uses of implode() function?
What is the use of addslashes in php?
How to protect special characters in query string?
What is the use of the function htmlentities?
Which library is used in php to do various types of image work?
Explain difference between urlencode and urldecode?
What is the use of session and cookies in php?
What are the uses of explode() and implode() functions?
How long will it take to learn php?
How to set session.gc_maxlifetime properly?
What is prepared statement in php?
How come the code works, but doesn’t for two-dimensional array of mine?
Why we use get in php?
How can we get ip address of a client in php?