# File lib/cgikit/session.rb, line 22
      def session_id?( session_id )
        session_id and (/\A([0-9A-Za-z]+)\Z/ === session_id)
      end