Skip to content

Instantly share code, notes, and snippets.

@odedia
Created December 5, 2017 14:40
Show Gist options
  • Select an option

  • Save odedia/75760e69743de9a369258bb0c48481cc to your computer and use it in GitHub Desktop.

Select an option

Save odedia/75760e69743de9a369258bb0c48481cc to your computer and use it in GitHub Desktop.
@Scheduled(cron = "${spring.session.cleanup.cron.expression:0 * * * * *}")
public void cleanupExpiredSessions() {
this.expirationPolicy.cleanExpiredSessions();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment