Re: Session state is nothing when using custom FileStorage

  •  11-29-2007, 12:05 PM

    Re: Session state is nothing when using custom FileStorage

    Andy:
     
    Please try to modify the CuteSoft_Client/CuteEditor/Load.ashx
     
    and change all content to :

     
    <%@ WebHandler language="C#" class="MyLoadHandler" %>
    public class MyLoadHandler : CuteEditor.LoadHandler , System.Web.SessionState.IRequiresSessionState
    {
    }
     
    Hope this helps.
     
    Regards , Terry .
View Complete Thread