I am using cbauth on a project and I was trying to find the timeout if the session is idle. Looks like it is using session storage from cbstorages, I am assuming it is tied to the session timeout in Application.cfc, but I didn't want to assume....
Robert Zehnder
02/15/2023, 8:56 PM
I thought someone might know offhand
e
elpete
02/15/2023, 9:38 PM
It is tied to session timeout.
👍 1
r
Robert Zehnder
02/15/2023, 9:38 PM
Thanks Eric
Robert Zehnder
02/15/2023, 9:38 PM
That is what I was thinking, just wanted to verify