How to use the session state server (Sessions issues)

If you are having problems loosing sessions please use the session state server. (ASP.NET only)

 

<configuration>
    <system.web>
        <sessionState
            mode="StateServer"
            stateConnectionString="tcpip=localhost:42424" />
    </system.web>
</configuration>

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Automatically switching between HTTP and HTTPS protocols without hard-coding absolute URLs

An article on automatically switching between HTTP and HTTPS protocols without hard-coding...

How to create a Virtual Directory

How to create a Virtual Directory (Application for Asp.net) If you need asp.net to...

Web.config file does not run

If your web.cofig file doesnt run (Even though the error keeps telling you to modify the...

Cross-Site Scripting in ASP.NET

Cross-Site Scripting in ASP.NET Cross-site scripting attacks exploit vulnerabilities in Web page...

How to change DOT NET Version (Site level)

Login to your control panel at http://control.apexhost.net.au Please note: Ensure you set your...