[ 
https://issues.apache.org/jira/browse/OFBIZ-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739442#action_12739442
 ] 

Scott Gray commented on OFBIZ-2795:
-----------------------------------

ofbiz-containers.xml
{code}
            <property name="enable-cross-subdomain-sessions" value="false"/>
{code}

Are you sure the cart contents are there when you go back to the main page?  It 
looks like a new session is being created, we ran into this a month or two back 
on the trunk, the problem was that some of the javascript and css resource urls 
were being url encoded and for some reason this causes tomcat to create a new 
session (it may be that the browser doesn't send the cookie along because of 
the encoded url).

Anyway, the fix was to wrap the urls in the freemarker templates so that ${url} 
becomes ${StringUtil.wrapString(url)} which prevents them from being encoded.  
I guess it never got ported back to 9.04.

> eCommerce: Cart is systematically empty when proceeding to checkout
> -------------------------------------------------------------------
>
>                 Key: OFBIZ-2795
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2795
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Release Branch 4.0
>         Environment: Windows vista / amd64 / Java 1.6u14 x32
>            Reporter: Imad Bougataya
>            Priority: Blocker
>             Fix For: Release Branch 4.0
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> After adding items to the cart, the checkout sequence systematically fails 
> with an "Cart is empty" error. 
> returning to homepage shows the actual contents of the cart.
> All checkout options are affected (quick checkout / guest checkout / logged 
> in checkout)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to