单项选择题

A.Session session=request.getSession();
B.Session session=ActionContext.getSession();
C.Map session=ActionContext.getContext().getSession();
D.Map session=ServletContext.getContext().getSession();