Revert "Thanks, lulurun, for a patch that clears and refreshes and outdated user"

This reverts commit r5823.
0.6.0-stable
Mike Mazur 2008-08-13 07:51:59 +00:00
parent cd89864f4c
commit ba822fe2ab
1 changed files with 1 additions and 6 deletions

View File

@ -2459,12 +2459,7 @@ namespace OpenSim.Region.Environment.Scenes
m_authenticateHandler.AddNewCircuit(agent.circuitcode, agent);
// rewrite session_id
CachedUserInfo userinfo = CommsManager.UserProfileCacheService.GetUserDetails(agent.AgentID);
if (userinfo.SessionID != agent.SessionID) // means cache hit but outdated session ID
{
// Let's re-grab the whole user profile, because anything may have changed on the user server.
CommsManager.UserProfileCacheService.RemoveUser(agent.AgentID);
userinfo = CommsManager.UserProfileCacheService.GetUserDetails(agent.AgentID);
}
userinfo.SessionID = agent.SessionID;
}
else
{