Home > Contents > Index >
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

vdm:flushinactive

Removes unused data recorded for visitors that have not returned to the site within a specified period of time.

Syntax

Parameters

startdate (required)
Input parameter. Cutoff timestamp in milliseconds since Jan 1, 1970.

Description

This tag removes all data accumulated for visitors who have not been to the site since the specified cutoff date. All visitors who have been to the site since the cutoff date are considered current, and their data is not removed.

Alias linkages are taken into account when deciding whether a visitor is no longer active. For example, if there are three visitor sessions linked by aliases, and the most recent visitor session is younger than the time cutoff specified, then all three visitor sessions will be preserved, as will the alias linkages between these visitor sessions. For this reason, this tag is often used in conjunction with the vdm:mergeinactive tag.

Note

This tag is for database maintenance purposes only, and should never be used as part of site delivery. It can take a significant time to run.

  Home > Contents > Index >

FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.