Si votre email correspond à un compte, vous recevrez un lien de réinitialisation.
> <cfif not isdefined('SESSION.cart')><cfset SESSION.cart = ArrayNew(1) /></cfif>
<cfset ArrayAppend(SESSION.cart, stItem) />
CODE ERREUR:Object of type class java.lang.String cannot be used as an arrayque faut-il faire pour eviter cela?
> <cfif not isdefined('SESSION.cart')> <cfset SESSION.cart = ArrayNew(1) /> </cfif>
CODE ERREUR: Object of type class java.lang.String cannot be used as an array que faut-il faire pour eviter cela?