Keep fixing session issues.

This commit is contained in:
Paulo Gustavo Veiga
2012-11-13 13:34:35 -03:00
parent c1318e496c
commit 00fd168489
4 changed files with 10 additions and 12 deletions

View File

@@ -192,7 +192,7 @@ public class MindmapController extends BaseController {
throw new SessionExpiredException(lastEditor);
}
} else if (outdated) {
throw new MultipleSessionsOpenException("The map has been updated and not by you. Session lost.");
throw new MultipleSessionsOpenException("Sessions:" + session + ":" + lockInfo.getSession() + "Timestamp: " + timestamp + ": " + lockInfo.getTimestamp());
}
} else {
throw new SessionExpiredException(lockInfo.getUser());