I am using cbauth on a project and I was trying to...
# box-products
r
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....
I thought someone might know offhand
e
It is tied to session timeout.
👍 1
r
Thanks Eric
That is what I was thinking, just wanted to verify