05-27-2020, 06:37 PM
I am using the AppCache to download some documents and I am trying to get those documents more secure.
I want to just display the document 1 time for the end user and then destroy it in the appcache.
According to https://doc.atozed.com/en/iw14/develop/c...cachetype/ it says that TCacheType can use ctOneTime, but ctOneTime is for intraWeb internal use only.
I tried using ctOneTime and it appears to work as expected.
Is this something I can use, or is it still off limits?
I want to just display the document 1 time for the end user and then destroy it in the appcache.
According to https://doc.atozed.com/en/iw14/develop/c...cachetype/ it says that TCacheType can use ctOneTime, but ctOneTime is for intraWeb internal use only.
I tried using ctOneTime and it appears to work as expected.
Is this something I can use, or is it still off limits?