Hi!
Is there a criteria to define Time to Live on the web site?
For example: a randomly chosen sentence (breve) is displayed in the web site for just one day.

milNat
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.779 / Virus Database: 526 - Release Date: 10/19/2004
Le dimanche 24 octobre 2004 à 17:04 +0200, Natasa Stevanic a écrit :
Hi!
Is there a criteria to define Time to Live on the web site?
For example: a randomly chosen sentence (breve) is displayed in the
web site for just one day.
Not in the back-office, but you can use a criterion in your loop :
<BOUCLE_sentence(BREVES) {age < 1} {par hasard}>
(etc.)
The "age" criterion is the age in days. Thus the loop above will only
select sentences that have not been published for more than one day. I
don't know if that's what you want to achieve...