Hi Rony,
are you rendering any other content after this?

you may want to make sure that this is all you are sending to the client.

the other question is, when they get to that URL, is there a <cfif> that
makes sure that this header is not sent to the login page?

L.

On 5/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> Hi all,
>
> What i want to do, is if the user isn't logged in, then send them to
> the login.cfm file, other keep them on the page that they requested.
>
> I am trying to use the following my onrequeststart() :
>
>         <cfheader statuscode="301" statustext="Moved Permanently">
>         <cfheader name="Admin login"
>                         value="http://mydomain/admin/login.cfm";>
>
> But it doesn't allow me to do this, or at least isn't acting the way i
> want it. It just stays on the same page.
>
> i also tried cflocation, only to get redirecting issues.
>
> Any ideas ?
>
> Thanks
> Rony
>
>
> >
>


-- 
Lucas

http://www.thebitbucket.net/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to