const Context = @import("../../context.zig"); pub const access = .users; pub fn get(ctx: *Context) !void { const new = try ctx.storage.sessions.renew(ctx.storage, ctx.fingerprint); ctx.response.headers.fingerprint = new.fingerprint; }