session timeout
I am trying to have a user's session stop working after a certain amount of time but am having no luck.
For testing, I've tried to make the session stop after 1 minute by having this in application.cfm.
<cfapplication name="p1" clientmanagement="yes" clientstorage="registry" sessionmanagement="yes" sessiontimeout="#createtimeout(0,0,1,0)#" >
What am I doing wrong ?