Session state has created a session id, but cannot save it because the response was already flushed by the
application.
Bascially, the Session Object is getting deleted when I use this control. I have a main web site that uses the ASP.NET Membership Management module. The main website is logged into and all membership information is acquired and saved into a Session Object. When the page that contains the scheduling control is called, I no longer have this session object. It has been flushed. I need this session object to view and confirm what member is logged in.
This exception is occuring on the page the scheduling control is on. I have read that AJax flushes the session state. Has anyone had an issue with this error and if so, how did you get it resolved?