What is affected by the web.config key, "MAX_SEATS_PER_REQUEST"? Is it the maximum number of seats that can be requested per ReserveTicketsEx() call? Or is it the maximum number of seats that can be held under a single order?
I'm trying to think of ways to use the results of GetDefaults() to increase our site's stability, and this seems like a setting that could be useful.
Thanks,Bryan
Bryan -
I believe it is the former and not the latter (or that it is max per lineitem - not completely sure about that). I do know it isn't per order.
Heather
Thank you, Heather.