+) 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
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
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
> -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
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
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
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