I have the following in a application.cfm file:

<cfapplication sessionmanagement="yes" name="InnerElement"
sessiontimeout="#createtimespan('0','0','0','30')# ">

I thought it would set the session to a time of 30 seconds, just as a
test. I wanted to see that if I closed the page for a minute or 2, that
when I went back, I still wouldn't be recognized, but I am.

Why is that?