Difference between revisions of "Ns setexpires"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 654)
 
(No difference)

Latest revision as of 20:06, 23 June 2004

Man page: http://aolserver.com/docs/tcl/ns_setexpires.html


NAME

ns_setexpires - Set the current connections Expires header to the current time plus seconds seconds

SYNOPSIS

ns_setexpires seconds

DESCRIPTION

Set the current connections Expires header to the current time plus seconds seconds

EXAMPLES

   % ns_setexpires 60
Set the Expires header to expire in 1 minute from now

SEE ALSO

ns_time ns_conn

Category Documentation - Category Core Tcl API