removeSessionProperty abstract method
Remove an existing property from the session
If the property was permanent, it will be removed from all future sessions.
Implementation
void removeSessionProperty(String key);
Remove an existing property from the session
If the property was permanent, it will be removed from all future sessions.
void removeSessionProperty(String key);