Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Sessions are handled separately from Forms Authentication. There is a good explanation of this <a href="https://stackoverflow.com/questions/1335472/does-formsauthentication-setauthcookie-make-a-session-based-cookie/1335538#1335538">here</a>.</p> <p>The most common reason for Forms Authentication failures on load-balanced environments is lack of synchronization of the MachineKey element. You've stated that you've got the server operators to ensure that the MachineKey is synchronized, but have you verified this yourself in some way? Is this the case on ALL the web servers? From previous dealings with a couple of commercial web hosts, I've found that it is (unfortunately) difficult to take their assurances at face value. </p> <p>Another thing to check is if the FormsAuthentication configuration (timeout, path, name, etc.) is the same on all of the hosts.</p> <p>Are the patch levels the same on all of the hosts? You might want to see if the compatibility switch mentioned <a href="http://support.microsoft.com/kb/2659968" rel="nofollow noreferrer">here</a> is applicable in your situation.</p> <p>Assuming that the hosting setup is correct, maybe you have initialization code on the page that logs you out if some condition is not fulfilled?</p> <p>Try to take a look at the server logs and trace the sequence of HTTP requests involved during a failed page request. That might produce a clue. </p> <p>Edit: This guide to troubleshooting Forms Authentication problems is detailed, and quite helpful: <a href="http://www.iis.net/learn/troubleshoot/security-issues/troubleshooting-forms-authentication" rel="nofollow noreferrer">Troubleshooting Forms Authentication</a> </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload