docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 5.2Web Developer ManualProtocol Tags
Copyright © 2015, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

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

<expire-time/>

Provided by module: Tags: RXML tags

Sets client cache expire time for the document by sending the HTTP header "Expires". Note that on most systems the time can only be set to dates before 2038 due to operating software limitations.


Attributes

now

Notify the client that the document expires now. The headers "Pragma: no-cache" and "Cache-Control: no-cache" will also be sent, besides the "Expires" header.


unix-time="number"

The exact time of expiration, expressed as a posix time integer.


years="number"

Add this number of years to the result.


months="number"

Add this number of months to the result.


weeks="number"

Add this number of weeks to the result.


days="number"

Add this number of days to the result.


hours="number"

Add this number of hours to the result.


beats="number"

Add this number of beats to the result.


minutes="number"

Add this number of minutes to the result.


seconds="number"

Add this number of seconds to the result.