chickadee » awful » link

Return a session-aware HTML code for a link, using the <a> procedure from html-tags.

The rest arguments are the same as the ones for the <a> procedure from html-tags, plus the following:

no-session
a boolean. If #t, forces link to ignore the session even when enable-session is #t.
arguments
an alist mapping variable names to their corresponding values, to be passed to uri-common's form-urlencode procedure.
separator
the value to the separator keyword argument to be passed to to uri-common's form-urlencode procedure.

When enable-session is #t, link automatically encodes the session identifier in the URI (unless no-session is #t).