We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d80fdd3 + cda2045 commit 5dbd463Copy full SHA for 5dbd463
src/main/java/ch/ethz/seb/sps/server/servicelayer/impl/SessionServiceImpl.java
@@ -150,6 +150,7 @@ public void closeSession(final String sessionUUID) {
150
final String groupUUID = this.groupDAO.byPK(session.groupId).getOrThrow().uuid;
151
this.proctoringCacheService.evictSession(sessionUUID);
152
this.proctoringCacheService.evictSessionTokens(groupUUID);
153
+ this.proctoringCacheService.evictSessionScreenshotData(sessionUUID);
154
} else {
155
result.getOrThrow();
156
}
0 commit comments