From 96b05ee2f83c3288e22e0cd7f08ee4c21a85d839 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Wed, 24 Feb 2016 02:27:16 +0000 Subject: [PATCH] add a little warning to get_web_session --- steam/client/features/web.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/steam/client/features/web.py b/steam/client/features/web.py index 7452548..82a6829 100644 --- a/steam/client/features/web.py +++ b/steam/client/features/web.py @@ -46,13 +46,15 @@ class Web(object): 'steamLoginSecure': resp['authenticateuser']['tokensecure'], } - - - def get_web_session(self): """ See :meth:`get_web_session_cookies` + .. warning:: + Exercise caution when using the session. + Auth cookies will be send with every request, + regardless of the domain or https/http. + :return: authenticated session ready for use :rtype: :class:`requests.Session`, :class:`None` """