Skip to content

Instantly share code, notes, and snippets.

@kyanny
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyanny/4feeb13d450f76a49f49 to your computer and use it in GitHub Desktop.
Save kyanny/4feeb13d450f76a49f49 to your computer and use it in GitHub Desktop.
github.com cookies (secure values are masked)
[
{
"domain": ".github.com",
"expirationDate": 1488811786,
"hostOnly": false,
"httpOnly": false,
"name": "_ga",
"path": "/",
"secure": false,
"session": false,
"storeId": "0",
"value": "GA1.2.XXX.YYY",
"id": 1
},
{
"domain": ".github.com",
"expirationDate": 1425740386,
"hostOnly": false,
"httpOnly": false,
"name": "_gat",
"path": "/",
"secure": false,
"session": false,
"storeId": "0",
"value": "1",
"id": 2
},
{
"domain": ".github.com",
"expirationDate": 1484822236,
"hostOnly": false,
"httpOnly": false,
"name": "_octo",
"path": "/",
"secure": false,
"session": false,
"storeId": "0",
"value": "GH1.1.XXX.YYY",
"id": 3
},
{
"domain": ".github.com",
"expirationDate": 2052902320.540751,
"hostOnly": false,
"httpOnly": true,
"name": "dotcom_user",
"path": "/",
"secure": true,
"session": false,
"storeId": "0",
"value": "kyanny",
"id": 4
},
{
"domain": ".github.com",
"expirationDate": 2052902320.540699,
"hostOnly": false,
"httpOnly": true,
"name": "logged_in",
"path": "/",
"secure": true,
"session": false,
"storeId": "0",
"value": "yes",
"id": 5
},
{
"domain": "github.com",
"hostOnly": true,
"httpOnly": true,
"name": "_gh_sess",
"path": "/",
"secure": true,
"session": true,
"storeId": "0",
"value": "XXXXXXXXXXXXXXXX",
"id": 6
},
{
"domain": "github.com",
"hostOnly": true,
"httpOnly": false,
"name": "tz",
"path": "/",
"secure": true,
"session": true,
"storeId": "0",
"value": "Asia%2FTokyo",
"id": 7
},
{
"domain": "github.com",
"expirationDate": 1426949385.457654,
"hostOnly": true,
"httpOnly": true,
"name": "user_session",
"path": "/",
"secure": true,
"session": false,
"storeId": "0",
"value": "XXXXXXXXXXXXXXXX",
"id": 8
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment