Is there function like php setcookie . If not then how?
EDITED:
yaws_api:setcookie("lang","lang_value", "/"),
yaws_api:find_cookie_val("lang", (A#arg.headers)#headers.cookie),
find_cookie_val returns empty string because setcookie didnt set coockie.