Join Slack
Powered by
I just found this post from Ben Nadel from 2007......
# adobe
t
Tim
01/11/2023, 10:40 PM
I just found this post from Ben Nadel from 2007...
https://www.bennadel.com/blog/943-ask-ben-testing-for-coldfusion-session-management.htm
Is there a documented way to check if session management is enabled?
s
Scott Bennett
01/11/2023, 10:44 PM
https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-e-g/getapplicationmetadata.html
t
Tim
01/11/2023, 10:46 PM
thanks
s
Scott Bennett
01/11/2023, 10:46 PM
writedump(getApplicationMetadata().SESSIONMANAGEMENT)
Scott Bennett
01/11/2023, 10:46 PM
no problem
t
Tim
01/11/2023, 10:47 PM
oh fml. i'm even calling that already int hei function elsewhere!
😀 1
s
Scott Bennett
01/11/2023, 10:48 PM
it's easy to forget... I rarely need to use it
4
Views
Open in Slack
Previous
Next