I found this same problem early this year (don't remember what version I was on at the time). After some research and testing, I found that I had to set the cookies first to null, ie xxx.SetCookie('somecookie',''), and set the session value to null, ie xxx.SSV('somecookie','') to effectively delete them.
Mark