Returns the user agent that started this session.
This value is obtained from the first request that started this session
calling HttpServletRequest.getHeader(String) with "User-Agent" as parameter.
In a typical HTTP environment the user agent (a browser) does not change alongside the session.
the user agent of this session. |