If CF server is restarted, are all the existing Session and Client variables lost?
If CF server is restarted, are all the existing Session and Client variables lost?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Client variables generally live in a database or registry, and therefore they do persist after server restarts (see here).
Session variables live in RAM and therefore do not persist through a server restart (see here).