As php sessions get stored on the server, I would like to know how long they last after the client side cookie has been deleted?
How does the server know the browser has been closed and that it should delete the sessions that relate to the clients ID?
I ask this because i am storing a large array in a session for each visitor to the website. I am worried about to much data collecting on the server.