It means 'Meeting you is a pleasure. Something caused that pleasure [something happened that led to your coming to see me] . What is that thing [to which I owe the pleasure] '
lua:
local access_token = ngx.var.cookie_SGAccessToken
if access_token then
ngx.header["Set-Cookie"] = "SGAccessToken="..access_token.."; path=/;Max-Age=3000"
end