You could add code to the beginning of the script to something of this effect:

<cfif isDefined("url.CFID") or isDefined("url.CFTOKEN")>
 <cflocation url="THIS_PAGE.cfm" addtoken="no">
</cfif>


On Fri, 8 Oct 2004 12:13:21 +1000, Ryan Sabir <[EMAIL PROTECTED]> wrote:
> 
> Hey all,
> 
> Strange problem here.
> 
> A client of mine sent out a URL to their site in a newsletter.
> Unfortunately when they sent out that URL they had copied it from the
> address bar and so had included the CFID and CFTOKEN parameters in the
> address.
> 
> Now when people are clicking on that link, they are all getting put
> into the same session, with hilarious results as you can imagine.
> 
> Has anyone had an issue like this before and found a quick fix for it?
> Is there a way to force Cold Fusion to create a new unique session?
> This is on a CF5 server btw.
> 
> thanks...
> 
> -----------------------
> Ryan Sabir
> Newgency Pty Ltd
> 2a Broughton St
> Paddington 2021
> Sydney, Australia
> Ph (02) 9331 2133
> Fax (02) 9331 5199
> Mobile: 0411 512 454
> http://www.newgency.com/index.cfm?referer=rysig
> 
> ---
> You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
>

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to