# File lib/authlogic/session/cookies.rb, line 141 def httponly? httponly == true || httponly == "true" || httponly == "1" end