[ic] More questions

Jon Jensen jon at endpointdev.com
Tue Sep 2 15:30:22 UTC 2025


On Mon, 1 Sep 2025, davideth--- wrote:

> I used this to remove files older than 2 years old. find ./* -type f 
> -mtime +730 -exec rm -f {} \;
>
> However, I still do not know if I am removing important session data for 
> orders. I need to keep session data for orders for at least 5 years as 
> documentation.

You do not need to keep sessions at all once an order is completed. 
Sessions are not used by standard Interchange for any information about 
finalized orders--only the database is used for that.

I have typically purged session files after one week of inactivity.

Jon



More information about the interchange-users mailing list