Forum OpenACS Q&A: Re: Ecommerce 4.6.3+, new users lose basket contents on sign-up

Thanks, Bart and Chris.

I made a step by step log of cookies, urls and log notices through this process..

rp had a problem with undefined @title@ in /ecommerce/register/user-new-2.adp

I removed @title@ to temporarily bypass that problem. The rp then had a problem with @site_link@ on same page, so I removed it, too. Now..

Given:

a user connecting via http and domain (no www.*) adds product 3560, proceeds to checkout, system redirects to https, user registers as user35.

problem:

no change in symptoms from user perspective. (shopping basket empty after login).

Are the below session cookie expirations from error.log normal?

# error.log (less clearly arbitrary sched proc notices)

[06/Feb/2004:20:48:16][44463.145141760][-conn4-] Notice: Huh? redirecting: http://dekka.com:8000/ecommerce/s\hopping-cart?product%5fid=3560
[06/Feb/2004:20:48:17][44463.143538176][-conn0-] Notice: LARS: counter = 0 ; this_row? 0 ; next_row? 0
[06/Feb/2004:20:48:29][44463.145141760][-conn4-] Notice: Huh? redirecting: https://dekka.com:8443/ecommerce/\register/index?return_url=https%3a%2f%2fdekka%2ecom%3a8443%2fecommerce%2fcheckout&http_id=0&user_session_id=\277
[06/Feb/2004:20:48:30][44463.143538176][-conn0-] Notice: Security: 1076100510 sec_generate_session_id_cookie\ setting 740006, 3675.
[06/Feb/2004:20:48:56][44463.145141760][-conn4-] Notice: user_session_id cookie expired
[06/Feb/2004:20:48:56][44463.145141760][-conn4-] Notice: Huh? redirecting: https://dekka.com:8443/ecommerce/\register/user-new?email=user35%40dekka%2enet&persistent%5fcookie%5fp=1&return%5furl=https%3a%2f%2fdekka%2eco\m%3a8443%2fecommerce%2fcheckout
NOTICE:  identifier "acs_object__initialize_attributes" will be truncated to "acs_object__initialize_attribu\t"
[06/Feb/2004:20:49:24][44463.190326784][-sched:8-] Notice: Running scheduled proc acs_mail_lite::sweeper...
[06/Feb/2004:20:49:24][44463.190326784][-sched:8-] Notice: Done running scheduled proc acs_mail_lite::sweepe\r.
NOTICE:  Adding missing FROM-clause entry for table "acs_object_id_seq"
NOTICE:  identifier "acs_object_type_get_tree_sortkey" will be truncated to "acs_object_type_get_tree_sortke\"
NOTICE:  identifier "acs_object_type_get_tree_sortkey" will be truncated to "acs_object_type_get_tree_sortke\"
NOTICE:  identifier "acs_permission__grant_permission" will be truncated to "acs_permission__grant_permissio\"
NOTICE:  identifier "acs_permission__grant_permission" will be truncated to "acs_permission__grant_permissio\"
[06/Feb/2004:20:49:24][44463.145141760][-conn4-] Notice: Security: 1076100564 sec_generate_session_id_cookie\ setting 750007, 3677.
[06/Feb/2004:20:49:24][44463.145141760][-conn4-] Notice: Huh? redirecting: https://dekka.com:8443/ecommerce/\checkout
[06/Feb/2004:20:49:25][44463.143538176][-conn0-] Notice: Huh? redirecting: https://dekka.com:8443/ecommerce/\checkout?usca%5fp=t
[06/Feb/2004:20:49:26][44463.143699968][-conn1-] Notice: Huh? redirecting: https://dekka.com:8443/ecommerce/\index
[06/Feb/2004:20:49:27][44463.174976000][-sched:23-] Notice: Running scheduled proc notification::sweep::swee\p_notifications...
[06/Feb/2004:20:49:27][44463.174976000][-sched:23-] Notice: Done running scheduled proc notification::sweep:\:sweep_notifications.
[06/Feb/2004:20:49:42][44463.143699968][-conn1-] Notice: LARS: counter = 0 ; this_row? 0 ; next_row? 0

What else should I check? Suggestions (on what to try next etc), hints much appreciated,

Torben