RE: Plea for help

2007-06-18 Thread James Smith
+) Are you clustered? If so how is balancing in the cluster handled? Are clustered sessions enabled? If balanced with an appliance are "sticky sessions" (however defined by the appliance) handled? Nope, no cluster (yet). +)Any "odd" hardware between the app and the user? For example an SSL a

Re: Plea for help

2007-06-15 Thread Dinner
I tried it the other day (sorry I didn't report) and didn't run into any problems. I let it idle for a while between adding stuff (20mins) and whatnot, seemed fine to me. I see a bunch of excellent suggestions from folks tho. On 6/15/07, James Smith wrote: > > Ok, this is becoming a huge problem

Re: Plea for help

2007-06-15 Thread Dan Munez
How is the basket stored? on Session array vars, or in the Database. Maybe there's a mixup with IDs causing some stuff to. MAN u know. HAHA. It can be Anything AHH!! >Ok, this is becoming a huge problem. > >Our website http://www.uwish.co.uk/ is starting to get loads of complaints >on pu

RE: Plea for help

2007-06-15 Thread Jim Davis
> -Original Message- > From: James Smith [mailto:[EMAIL PROTECTED] > Sent: Friday, June 15, 2007 5:24 AM > To: CF-Community > Subject: Plea for help > > Does anyone know what would cause a user to switch sessions (or any > other > reason a basket would empty)? Not to get personal, but you

Re: Plea for help

2007-06-15 Thread J.J. Merrick
You might want to go with something a little more persistent then a session such as a client var or just cookie'ing the CartID so that if the person comes back the information is in there. You can also just run a routine at the end of the day that deletes orphaned carts after a few days. Another th

RE: Plea for help

2007-06-15 Thread Paul Vernon
I've played with your site quite a lot and haven't encountered any session or data loss. > Does anyone know what would cause a user to switch sessions (or any > other reason a basket would empty)? At this point, I think there are a few things you need to consider. 1. Full review of CF settings i

RE: Plea for help

2007-06-15 Thread Robert Rawlins - Think Blue
Hello James, I did have a look around the site the other day and it worked great, out of interest, do you have a decent session timeout on your sessions? It might also be worth adding some logging in, use to add logs for when sessions start and end and a few other important places, it might give