Ignore:
Timestamp:
1999-08-20T12:59:01+12:00 (25 years ago)
Author:
sjboddie
Message:

-fixed up location redirection
-added some usage logging, also now set a GSDL_UID cookie. Logging
does NOT presently lock the log file while it's in use. That has yet
to be done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/receptionist.h

    r456 r463  
    5757  virtual void translate_OIDs (cgiargsclass &args, recptproto *collectproto, ostream &logout);
    5858
     59  bool get_cookie (text_t &cookie);
     60  bool get_cookie ();
    5961
    6062  virtual void define_general_macros (cgiargsclass &args, recptproto *collectproto,
     
    117119  virtual bool parse_cgi_args (const text_t &argstr, cgiargsclass &args, ostream &logout);
    118120
     121  virtual bool log_cgi_args (cgiargsclass &args, ostream &logout);
     122
    119123  // produce_cgi_page will call get_cgihead_info and
    120124  // produce_content in the appropriate way to output a cgi header and
Note: See TracChangeset for help on using the changeset viewer.