when the user closes his browser, usually he losts the cookie that marks the session. but the file in the server is not deleted and remains there, useless.
do i have to handle it? or it’s a server’s business?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s a server’s business. PHP has a “garbage collector” mechanism for them. See the session.gc_probability, session.gc_divisor and session.gc_maxlifetime configuration options.