I just want to know what will happen to the session
after it reach it timeout.
I went through the question about “What happens to cart object when session expires?” but it doesn’t explain much.
Does it completely remove the session
object or making it null
?
Thanks