Enable the Session function for the SharePoint page

Source: Internet
Author: User

1. A sentence is missing from the web. config file in the C: \ Program Files \ Common Files \ Microsoft Shared \ web server extensions \ 60 \ TEMPLATE \ LAYOUTS directory.

<Add name = "Session" type = "System. Web. SessionState. SessionStateModule"/>

In <HttpModules>
<Clear/>
<Add name = "OutputCache" type = "System. Web. Caching. OutputCacheModule"/>
<Add name = "WindowsAuthentication" type = "System. Web. Security. WindowsAuthenticationModule"/>
<Add name = "Session" type = "System. Web. SessionState. SessionStateModule"/>
</HttpModules>

2. In the IIS publishing directory of the SPS portal, find the web. config, modify the enableSessionState in Pages to true. After modification, it should be like this: <pages enableSessionState = "true" enableViewState = "true" enableViewStateMac = "true" validateRequest = "false"/>

For how to change the WSS, see
Http://support.microsoft.com/default.aspx? Scid = kb; en-us; 837376

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.