Re: Page session state

2009-08-09 Thread Ajay
I think you will have to enable session state = true if you are using session variables in your code, not for the general session timeout. By default SharePoint web.config has SqlServer session state but you can change it (to the sessionState mode="InProc" depending on scenario.) I had people tim

RE: Page session state

2009-08-09 Thread Paul Noone
, 10 August 2009 12:12 PM To: ozmoss@ozmoss.com Subject: Page session state Hi all, We've been having some periodic authentication issues that seem tied to the page's session timeout. For example, start building a workflow and about 20 minutes in you get prompted to authenticate. I&#

Page session state

2009-08-09 Thread Paul Noone
Hi all, We've been having some periodic authentication issues that seem tied to the page's session timeout. For example, start building a workflow and about 20 minutes in you get prompted to authenticate. I've provided the relevant web.config settings below along with proposed changes. Does an