url optional default (empty string)Optional. With no value, the bare session id is returned. The special keywords param and hidden return the session as a query parameter (AA_Session=<sessid>) or as a hidden form input. Any other value is treated as a URL and returned with the current module context preserved: module_id=<current module> is appended when a module is active and the URL has none, otherwise the URL is returned unchanged.
{sessurl}
{sessurl:hidden}
{sessurl:param}
{sessurl:edit.php?id=42}
{sessurl:view.php?vid=12&module_id=NEWS}