Roxen Interactive RXML Help
<expire-time/>
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
- unix-time=number
The exact time of expiration, expressed as a posix time integer.
- 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.

