Hello,
I have a SL application with authentification.
When, I see my report of 10 pages (with around 20 PicturesBox), The problem ("Report is unavailable or session has expired") was solved when I use the <sessionState mode="SQLServer" sqlConnectionString="MyConString" allowCustomSqlDatabase="true" ... in my web.config (and configuring my database too).
BUT
when I return to another page (with only a very simple RadGridView) of my SL Application, the authenification is lost... so every access to DomainService (server side) are denied (decorated with [RequiresAuthentication]) and I return to my login page.
Any Idea how to preserve my session state in the rest of my application?
I have a SL application with authentification.
When, I see my report of 10 pages (with around 20 PicturesBox), The problem ("Report is unavailable or session has expired") was solved when I use the <sessionState mode="SQLServer" sqlConnectionString="MyConString" allowCustomSqlDatabase="true" ... in my web.config (and configuring my database too).
BUT
when I return to another page (with only a very simple RadGridView) of my SL Application, the authenification is lost... so every access to DomainService (server side) are denied (decorated with [RequiresAuthentication]) and I return to my login page.
Any Idea how to preserve my session state in the rest of my application?