If you use js to do redirection then browser should see cookies because you
are on client side.
<script>
location.replace(url);
</script>
That way it doesnt show up in history file

----- Original Message -----
From: "Mak Wing Lok" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 12:26 AM
Subject: Re: cflocation kills my session


> any good suggest how i can redirect a page when i use Session or Cookie?
>
>
>
> ----- Original Message -----
> From: "Lee Fuller" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, July 06, 2001 11:46 AM
> Subject: RE: cflocation kills my session
>
>
> > Yes.. it's documented in the manuals.  Never use a CFLOCATION when you
> need
> > to store a Session or Cookie VAR.  It won't work.
> >
> >
> > Lee Fuller
> > Chief Technical Officer
> > PrimeDNA Corporation / AAA Web Hosting Corporation
> > "We ARE the net."
> > http://www.aaawebhosting.com
> >
> >
> >
> >
> >
> > > -----Original Message-----
> > > From: Mak Wing Lok [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, July 05, 2001 8:31 PM
> > > To: CF-Talk
> > > Subject: cflocation kills my session
> > >
> > >
> > > when i use cflocation to redirect to another page CF kills all my
> session
> > > variable and ask me to login again, why? any idea?
> > >
> > >
> > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to