removeSessionProperty abstract method

void removeSessionProperty(
  1. String key
)

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);