Answered
not getting session variables
I must be missing something. I thought once you set the
session variable in the in the application.cfc file and then used
cfset on the main page to set the session variable to something it
remained active till you logged out/ended the session/browser
closed,etc. But mine aren't carrying over from one page of the form
to the next page. I also need them to remain if a person goes out
of the folder containing the application.cfc page. Do I need to use
<cfset session.id = "#form.variable#"> on all the pages or
does the application.cfc file need to have this somewhere in my
onRequestStart function? If a person goes out of the folder
containing the .cfc file and returns to the maintenance page
shouldn't the session variable still remain active? Any help is
greatly appreciated. Wendy