For the first rule You have the crittirea set to "<>" (Not equals"
change it to "="
from my initkal reply:

Allow if SESSION['user_ID'] <> (blank value)
to:
Restrict if SESSION['user_ID'] = (blank value)

note that I suggest 2 changes:
1) Change Allow if to Restrict If
2) Change the criteria from "<>" to "="