Spring Session for VMware GemFire
Class SessionUtils
java.lang.Object
org.springframework.session.data.gemfire.support.SessionUtils
Abstract utility class containing functions for managing 
Session objects.- Since:
- 2.1.2
- See Also:
- 
- Session
 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanisValidSessionId(Object sessionId) Determines whether the givenSession IDis valid.
- 
Constructor Details- 
SessionUtilspublic SessionUtils()
 
- 
- 
Method Details- 
isValidSessionIdDetermines whether the givenSession IDis valid.- Parameters:
- sessionId-- IDof a- Sessionto evaluate.
- Returns:
- a boolean value indicating whether the given Session IDis valid.
 
 
- 
