home *** CD-ROM | disk | FTP | other *** search
- <!--
-
- Online Store 1.0
- ----------------
-
- This is an example app for Allaire Cold Fusion 4.0. Find out
- more about the Cold Fusion Web Application Development System at
- Allaire's web site: http://www.allaire.com.
-
- -->
-
- <CFAPPLICATION NAME="CF40_STORE" SESSIONMANAGEMENT="Yes" SESSIONTIMEOUT="#CreateTimeSpan(0,1,30,0)#">
-
- <!--- Create shopping cart variables if they don't already exist --->
- <CFPARAM NAME="Session.StoreItems" DEFAULT="">
- <CFPARAM NAME="Session.StoreQuantities" DEFAULT="">