module Falcon::Environment::SelfSignedTLS

def ssl_session_id

@returns [String]
The default session identifier for the session cache.
def ssl_session_id
	"falcon"
end