it's kind of a wierd thing.
I found that if you just logged out, I needed to be able to delete
cookies which meant I couldn't send the user to another page via
cflocation, so what ended up happening is there was a logout=yes in the
URL. If the user logged in from that page, it would send them back to
the logout page, which immediately logged them out. So the skiplist
basically says if they're trying to go to a URL with one of those
strings in it, send them to the default page instead.
does that make sense?
Steve
Brad Roberts wrote:
>
> What is the purpose of "skiplist" in cf_returnfuseaction?
>
> I noticed the following code in app_globals.cfm of the fusebox site:
>
> <cfparam name="request.skiplist"
> default="/members/index.cfm|logout="yes"|rememberme=|/search">
>
> Thanks,
>
> Brad
>
> ------------------------------------------------------------------------------
> To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.