querystring.globfilter_except
Available inall subroutines.
Returns the given URL but only keeps the parameters matching a glob.
Example
set req.url = querystring.globfilter_except(req.url, "sess*");
Available inall subroutines.
Returns the given URL but only keeps the parameters matching a glob.
set req.url = querystring.globfilter_except(req.url, "sess*");