Cart expiration time

Former Member
Former Member $organization

Where can I modify the time after which carts expire?  It seems to be set to 10 minutes on our old site, but I would like to increase it to 20 minutes.

I found a field in T_DEFAULTS with parent_table "TESSITURA WEB" and field_name "Order Lock Timeout", but it's set to "1200".  If that were seconds, then you'd think carts would already be expiring after 20 minutes.  Confusingly, the default_value_desc reads that it is the time in minutes, but 1200 makes more sense to me as seconds.  I have a feeling that this setting is not as relevant as it appears.

Parents Reply
  • Former Member
    Former Member $organization in reply to Former Member
    Hi Bryan The logic, I think, is that the seatserver timeout applies an absoute limit, but then a lot of people's websites have code that manipulates the timeout within that limit. As a consortium, we have a fairly generous limit set in the seat server, to enable individual org websites to set their own shorter limits in their web code if they want to, or to adjust the limit for particular situations (big on-sales etc). There are also a couple of API calls (eg AlterTicketExpiration) that let you read or manipulate the remaining time in the setaserver session if you need to. Ken
Children