On 6/6/07, Adam Tistler <[EMAIL PROTECTED]> wrote:
Even if you use AJAX, the page will still refresh because the AuthCookie module's authentication method redirect's you back to the login page so that the session cookie can be checked.
If it's your AJAX request getting redirected, that shouldn't cause the page to refresh. It may require some changes to AuthCookie to get the effect you want though. Or you can go the easy way and use an IFRAME. - Perrin