Function: Header

Use this function to send header to a web-browser. <#cws
@header("Set-Cookie: Session_id=042d24ab87f6")
@header("Location: index.cws")
#>
This will send a cookie to web-browser and then redirects it to index.cws

See also

setcookie
exit