Also discovered the following in Web Application General Settings.

Could this actually be the cause? I would have thought NTML authentication 
would override this anyway.

[cid:[email protected]]

From: [email protected] [mailto:[email protected]] On Behalf Of Paul Noone
Sent: Monday, 10 August 2009 12:12 PM
To: [email protected]
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'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: https://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
--------------------------------------------------------------------------------
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

<<inline: image001.png>>

Reply via email to