My users are constantly logged off the web app, so I am trying to use <sessionState mode="StateServer" cookieless="false" timeout="480" />
but I get a server error 500 because JQGrid cannot be serialized. Any ideas?
I stopped using
Session["MyGridState"] = model.MyGrid.GetState();