Denver Macromedia
Technology Conference
March 14th - 15th, 2002
Denver, Colorado
Home
  
Speakers
  
Photos
  
CF Conf Central
How to checksum a URL
How to checksum a URL
In calling page:
<a href="bouquet.cfm?ID = #GetBouquets.BouquetID#&checksum=#hash(GetBouquets.BouquetID)#">
In target page:
<CFIF hash(URL.ID) neq checksum>
Bad URL <CFABORT>
</CFIF>
Previous slide
Next slide
Back to first slide
View graphic version
Home
  
Speakers
  
Photos
  
CF Conf Central