Closed
Description
I have discovered that when I call session->start() method of Session Object, I can't close it properly, i.e method isStarted will always return true after I called session->start().
I checked Session & NativeSessionStorage in HttpFoundation folder and find out no methods set started property of storage to be false, that why isStarted always return true.
Where am I wrong?
I'm using symfony 2.2, thank you.