BaseCookie.output(attrs=None, header='Set-Cookie:', sep='\r\n')
Return a string representation suitable to be sent as HTTP headers. attrs and header are sent to each Morsel
‘s output()
method. sep is used to join the headers together, and is by default the combination '\r\n'
(CRLF).
Please login to continue.