Zen Cart Logo
Forums / General Questions / Customer's seeing other users' data in forms

Customer's seeing other users' data in forms

Locked

Views: 1,924

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
28 Jan 2008, 10:37 PM
#1
erikcw avatar

erikcw

New Zenner

Join Date:
May 2005
Posts:
12
Plugin Contributions:
0

Customer's seeing other users' data in forms

Hi,

We've had several reports from customers that they are seeing other customers' information pre-filling their forms when they try to order.

"Unfortunately, during the check-out process at the point of entering my credit card info there was another person's name, Robert LASTNAME's, in the field."

Any idea what could be causing this?

Thanks!

28 Jan 2008, 10:55 PM
#2
wilt avatar

wilt

Oji-san

Join Date:
Jun 2003
Location:
Newcastle UK
Posts:
1,865
Plugin Contributions:
3

Re: Customer's seeing other users' data in forms

When it appears that other peoples data is populating some forms there are a couple of things you should check.

  1. Is the person using a shared computer. (either at home or a public space computer)

  2. If you are on a shared server,
    2a) Are you using files to store sessions, and if so what is the directory that is set to store session (defined in your includes/configure.php)

29 Jan 2008, 2:57 PM
#3
erikcw avatar

erikcw

New Zenner

Join Date:
May 2005
Posts:
12
Plugin Contributions:
0

Re: Customer's seeing other users' data in forms

No, not on a shared computer.

The site is on a dedicated machine, and define('STORE_SESSIONS', 'db');

Is there anything else it could be?

30 Jan 2008, 5:54 PM
#4
erikcw avatar

erikcw

New Zenner

Join Date:
May 2005
Posts:
12
Plugin Contributions:
0

Re: Customer's seeing other users' data in forms

We're also getting emails from customers through Zen Cart but with the wrong "From" info.

30 Jan 2008, 10:30 PM
#6
erikcw avatar

erikcw

New Zenner

Join Date:
May 2005
Posts:
12
Plugin Contributions:
0

Re: Customer's seeing other users' data in forms

I have the Recreate Sessions setting set to True.

Is there anything else I can do?