$enableSession public property
Whether to use session to persist authentication status across multiple requests. You set this property to be false
if your application is stateless, which is often the case for RESTful APIs.
public boolean $enableSession = true
Please login to continue.