--log("Name: " ..tostring(cookies.name)..", input: "..tostring(input)) if input ~= "" and cookies.name == nil then cookies.name = input end --log("Name: " ..tostring(cookies.name)) if cookies.name then return("Hello "..cookies.name.."!") else return "What's your name?" end