I have cf tag on login page capturing url of the page user came from
<cfcookie name="lastPage" value="#cgi.HTTP_REFERER#" expires="NEVER">
so after user logs in it takes him back to the original page.
All my text and image links for the login works fine, but DHTML menu that's
throughout the whole site doesn't send HTTP_REFERER to the login form.
Is there anything I can do to fix this?