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 timing out in 30 minutes on forms authentication site and
setting timeout in web.config for <forms timeout=100> fixed it.

Don't know about windows authentication though...maybe the setting you have
sent may do the trick.




On Mon, Aug 10, 2009 at 2:11 PM, Paul Noone <
[email protected]> wrote:

>  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

Reply via email to