You could always create a *.BAT or *.CMD file that runs every night or every week (via task scheduler) that swaps out the wwsession.* files with empty ones. Might be hard to do if the system is active 24/7, though. In that case you probably should move wwSession to SQL*Server,
iisreset /stop
ping 1.1.1.1 -n 1 -w 10000 >NULL
c:cd"c:\JKT9000_web\"copy"c:\JKT9000_web\SystemFiles\*.*" /Y
iisreset /start
I have blank wwSession.* files in that \systemfiles\ folder.
Kevin
After almost 25 years of dbf coding I am pretty surprised I am posting this question, but here goes. Why is the fpt of system dbf growing to 2g very 4-5 days? We do not store images in any of the fields, just text. The number of records is not changing. After packing the table the dbc cdx and fpt might be all of 9meg. Then a few days goes by, app crashes and reason is the table is 2gig.
Any ideas?
ps: the app is a west wind app we created.