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 anyone know if this is correct or whether it will have a negative 
effect elsewhere?

Current setting:

<pages enableSessionState="true" enableViewState="true" 
enableViewStateMac="true" validateRequest="false" 
pageParserFilterType="Microsoft.SharePoint.ApplicationRuntime.SPPageParserFilter,
 Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, 
PublicKeyToken=71e9bce111e9429c" asyncTimeout="7">

Original setting:

<pages enableSessionState="false" enableViewState="true" 
enableViewStateMac="true" validateRequest="false" 
pageParserFilterType="Microsoft.SharePoint.ApplicationRuntime.SPPageParserFilter,
 Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, 
PublicKeyToken=71e9bce111e9429c" asyncTimeout="7">

Proposed change:

<pages enableSessionState="true" enableViewState="true" 
enableViewStateMac="true" validateRequest="false">

Regards,

Paul
Online Developer, ICT
CEO Sydney

--------------------------------------------------------------------------------
Support procedure: http://www.codify.com/lists/support
List address: [email protected]
Subscribe: [email protected]
Unsubscribe: [email protected]
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Reply via email to