Problem is with the domain="String"
The problem isn't with httpOnlyCookies, it's the domain="String" part. That sets the authentication to a non-existing domain named "String"
That was unclear, and will be removed in the next update of the book.
Try
<httpCookies httpOnlyCookies="true" requireSSL="false" />
|