# File lib/authlogic/session/cookies.rb, line 130 def httponly return @httponly if defined?(@httponly) @httponly = self.class.httponly end