A Session to associate with a response

Property definitions

nitcorn :: sessions $ HttpResponse :: session=
	# A `Session` to associate with a response
	var session: nullable Session = null is writable
lib/nitcorn/sessions.nit:56,2--57,49