home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / data1.cab / Examples / store / Application.cfm < prev    next >
Encoding:
Text File  |  1999-04-12  |  504 b   |  16 lines

  1. <!--
  2.  
  3. Online Store 1.0
  4. ----------------
  5.  
  6. This is an example app for Allaire Cold Fusion 4.0.  Find out
  7. more about the Cold Fusion Web Application Development System at
  8. Allaire's web site: http://www.allaire.com.
  9.  
  10. -->
  11.  
  12. <CFAPPLICATION NAME="CF40_STORE" SESSIONMANAGEMENT="Yes" SESSIONTIMEOUT="#CreateTimeSpan(0,1,30,0)#">
  13.  
  14. <!--- Create shopping cart variables if they don't already exist --->
  15. <CFPARAM NAME="Session.StoreItems" DEFAULT="">
  16. <CFPARAM NAME="Session.StoreQuantities" DEFAULT="">