docs.roxen.com
main | demo | docs
download | community | pike
© 2000 Roxen Internet Software
Suggestions, Comments or Complaints
manuals@roxen.com

DocsRoxen2.0Web Site Creator ManualHTTP tags
   

  • <aconf>
  • <apre>
  • <auth-required>
  • <expire-time>
  • <header>
  • <killframe>
  • <redirect>
  • <remove-cookie>
  • <return>
  • <set-cookie>
  • <throttle>
  • <expire-time/>

    Sets cache expire time for the document.

    Attributes

    now
    The document expires now.
    years
    years=number
    Add this number of years to the result.
    months
    months=number
    Add this number of months to the result.
    weeks
    weeks=number
    Add this number of weeks to the result.
    days
    days=number
    Add this number of days to the result.
    hours
    hours=number
    Add this number of hours to the result.
    beats
    beats=number
    Add this number of beats to the result.
    minutes
    minutes=number
    Add this number of minutes to the result.
    seconds
    seconds=number
    Add this number of seconds to the result.
    It is not possible at the time to set the date beyond year 2038, since a unix time_t is used.