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