[expire] ; expire value that is selected per default ; make sure the value exists in [expire_options] # default = "1week" default = "1day" [expire_options] ; Set each one of these to the number of seconds in the expiration period, ; or 0 if it should never expire 5min = 300 10min = 600 1hour = 3600 1day = 86400 1week = 604800 ;1month = 2592000 ;1year = 31536000 ;never = 0