I have CF5 running on Linux on a development box and it is doing something strange. This could be because I am not completely familiar with all the particulars with using CF and Linux, but, here goes.
I am trying to reset the timeout for all my session variables on Linux. When I change the timeout in the CFAPPLICATION tag, nothing happens. I delete all the session variables on my side, log back in to set them back, and they still use the old timeout. I try renaming the app in the CFAPP tag with the new timeout, log out and log back in again, and the variables are still using the old timeout. I delete the value from the CFAPPLICATION tag, go into administrator and change it there to the new timeout, delete the session variables, go back to the application and find that the values are still using the old timeout. I restart cfserver, repeat the last process, and find the timeout is still using the old value. I used studio to search for other instances of CFAPPLICATION in the code, and found nothing. I am certain the session variables are being deleted (using isdefined on the login page to test for all of them), and I want to know why I cannot change the timeout. Is there something I am missing? M ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
