URLSessionFormat()

Encodes the URL with the CFTOKEN/CFID/JSESSIONID

URLSessionFormat( url=string );

Returns: String

Argument Description
url
string, required

URL of a cfml template

Examples

dump(URLSessionFormat("https://docs.lucee.org/reference/functions/urlsessionformat.html"));

See also