Session ID associated to this entry

Property definitions

popcorn $ LogEntry :: session=
	# Session ID associated to this entry
	var session: nullable String is lazy do
		var session = request.session
		if session == null then return null
		return session.id_hash
	end
lib/popcorn/pop_tracker.nit:226,2--231,4