MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / clearCookies

Method clearCookies

Libraries/HttpClient/HttpClientSession.cpp:577–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577void SC::HttpClientSession::clearCookies()
578{
579 for (size_t idx = 0; idx < sessionMemory.cookies.sizeInElements(); ++idx)
580 {
581 sessionMemory.cookies[idx] = HttpClientSessionCookie();
582 }
583}
584
585void SC::HttpClientSession::clearAuthorizations()
586{

Callers 1

sessionLayerMethod · 0.80

Calls

no outgoing calls

Tested by 1

sessionLayerMethod · 0.64