/* call-seq:
 *    session.enable_cookie_session( file )   -> session
 *
 * Turn on cookie handling for this session, storing them in memory by
 * default or in +file+ if specified. The +file+ must be readable and
 * writable. Calling multiple times will add more files.
 */
static VALUE enable_cookie_session(VALUE self, VALUE file) {