winhttp: Keep the session open in the request object.
commitb22ace7f7bceed769a7206755882cd3620f14200
authorHans Leidekker <hans@codeweavers.com>
Mon, 15 Jun 2015 15:33:41 +0000 (15 17:33 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 16 Jun 2015 07:48:35 +0000 (16 16:48 +0900)
tree0c1fccd9702d2d3d9dc425769fcbe6425fc98f91
parent9736644ed50f996091afe16243c3fa4a373498a0
winhttp: Keep the session open in the request object.

Cookies have session scope in winhttp and they are not saved, so we
need to keep the session open to ensure that cookies are passed along
with subsequent requests.
dlls/winhttp/request.c