When i logout, PHPSESSID cookie value is changed, but cookie itself is not removed. Also debug toolbar shows "Has session - yes" after logout.
If i remove cookie manually and refresh page, it is not created and debug toolbar shows "Has session - no".
How to make logout action to not start new session?