Revert "Thanks, lulurun, for a patch that clears and refreshes and outdated user"
This reverts commit r5823.0.6.0-stable
parent
cd89864f4c
commit
ba822fe2ab
|
@ -2459,12 +2459,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
m_authenticateHandler.AddNewCircuit(agent.circuitcode, agent);
|
m_authenticateHandler.AddNewCircuit(agent.circuitcode, agent);
|
||||||
// rewrite session_id
|
// rewrite session_id
|
||||||
CachedUserInfo userinfo = CommsManager.UserProfileCacheService.GetUserDetails(agent.AgentID);
|
CachedUserInfo userinfo = CommsManager.UserProfileCacheService.GetUserDetails(agent.AgentID);
|
||||||
if (userinfo.SessionID != agent.SessionID) // means cache hit but outdated session ID
|
userinfo.SessionID = agent.SessionID;
|
||||||
{
|
|
||||||
// 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);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue