Starting with version 2008.2.1001, the RadEditor control no longer
requires
Session State to be activated in the web application. This was
done in order to allow the editor to work in all application scenarios.
As a result of this change, if you have customized one of the editor
dialogs and are using the Session object in the code, the dialog will
stop working after you upgrade to the latest release. You might see an
exception with the following text:
Session state
can only be used when enableSessionState is set to true, either in a
configuration file or in the Page directive. Please also make sure that
System.Web.SessionStateModule or a custom session state module is
included in the
<configuration>\<system.web>\<httpModules> section in
the application configuration.
If you experience this problem, you should see the following KB article on the subject, which provides guidance how to solve it:
Using Session State in Custom Editor Dialogs.
Best regards,
The Telerik team