Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NET_SessionId (0.14 sec)

  1. src/net/http/cookie_test.go

    		}},
    	},
    	{
    		Header{"Set-Cookie": {"ASP.NET_SessionId=foo; path=/; HttpOnly"}},
    		[]*Cookie{{
    			Name:     "ASP.NET_SessionId",
    			Value:    "foo",
    			Path:     "/",
    			HttpOnly: true,
    			Raw:      "ASP.NET_SessionId=foo; path=/; HttpOnly",
    		}},
    	},
    	{
    		Header{"Set-Cookie": {"samesitedefault=foo; SameSite"}},
    		[]*Cookie{{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:33:05 UTC 2024
    - 26.2K bytes
    - Viewed (0)
Back to top