Processing table: prc.clean_sessions
Jump to line:
1
If:
'Clean sessions more than 2 days old. Run from crontab:
Then:
'31 1 * * * rreport flfss_control -sr 128 -u -f clean_sessions
2
If:
Then:
aa=""
3
If:
Then:
lookup scrub = flfss_sessionids k=aa i=B -npg
4
loop
If:
not scrub
Then:
close scrub;exit
5
If:
Then:
sd(10,mdyy/)=@td-"2"
6
If:
scrub(2) le sd
Then:
delete scrub
7
If:
Then:
getnext scrub;goto
loop
8
If:
Then:
exit