I going to be hosting an Umbraco website inside of our DMZ. I plan on removing the admin/back-office piece from this site so it is not publicly available.
Given my situation, can I safely turn off session state?
Yes, Umbraco doesn't rely on session state so unless your implementation does (using non standard umbraco objects or using members running in session mode) it should be safe to turn it off.
Is Session State Required?
Hello,
I going to be hosting an Umbraco website inside of our DMZ. I plan on removing the admin/back-office piece from this site so it is not publicly available.
Given my situation, can I safely turn off session state?
Thanks,
Marshall
Yes, Umbraco doesn't rely on session state so unless your implementation does (using non standard umbraco objects or using members running in session mode) it should be safe to turn it off.
is working on a reply...