aboutsummaryrefslogtreecommitdiffstats
path: root/server/resty/session/storage/cookie.lua
blob: 95e26d11226ff7cad99a3cfe5f9dbfe41063517e (plain)
1
2
3
4
5
6
7
local storage = {}

function storage.new()
    return storage
end

return storage