Hey there, I constructed a logout button which simply refers you to a page that takes away your cookie and then redirects you the main page.
Internal_redirect however does not seem to be the best use in this case since, apparently, the address bar is not updated accordingly and even the cookie is not taken into account yet(I have to refresh the main page "again") One possible option might be porting Apache::Request::Redirect to mod_perl2 but I wanted to hear more suggestions if possible. Preferrebly not using mod_rewrite or modifying any other apache configuration. Thanks all.