I read in mods-available/cache that "The module can cache a fixed set of attributes per key. It can be listed in "authorize", "post-auth", "pre-proxy" and "post-proxy". " This means that I can't update cache inside accounting section and read it back later? Message: 8 Date: Fri, 18 Nov 2016 17:01:42 -0500 From: Arran Cudbard-Bell <a.cudbardb@freeradius.org> To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: Store a attribute in session-state list till the next interim update? Message-ID: <5F646959-9FB0-4F1B-96CF-E9FDB746CD6A@freeradius.org> Content-Type: text/plain; charset="utf-8"
On Nov 18, 2016, at 4:35 PM, firing neurons <firingneurons@mail.com> wrote:
Hi,
I want to store a Tmp-String-0 attribute in session-state list and retrive it and use it in a conditional in the next interim update. Can this be done? Yes, with the cache module. -Arran