There are upcoming maintenance events which may impact our services. Learn more
Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com

How to use the session state server (Sessions issues) Print

  • 1

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>


Was this answer helpful?

« Back

Powered by WHMCompleteSolution