[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_ConnModifiedSince

Overview

Determine if content modified since a specified date

Syntax

    int Ns_ConnModifiedSince(
    	Ns_Conn *conn,
    	time_t   mtime
    );

Description

The Ns_ConnModifiedSince function returns 1 if the content associated with the connection has been modified since mtime. It uses the HTTP header variable "If-Modified-Since" unless "CheckModified" is turned off in the configuration file, in which case it always returns 1 (one). See Chapter 3 in the AOLserver Administrator's Guide for more information on configuring AOLserver.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.