Well, if you exempt user A, then user A should never recorded as being logged into to begin with; so I'm not sure how the order would make any difference absed on the code (since the code doesnt care what order, either).
However, if you had a cookie in place previously then the values in that cookie would not be changed based on any userid; so you would need to make sure you are testing with no cookie already in place.
|