Sessions
In a booking calculate request a session id can be passed to create a session within Stratech Booking. The session will guarantee within a certain time limit that a unit is available when a booking create request is made. The current time limit of a session is 5 minutes.
When the session is not expired and the calculate request is called again, the session will not expire for the next 5 minutes. If the session has expired and a calculate request has been made, the system will try to reserve a new unit automatically.
If no session id has been passed, no session will be created and there will be no guarantee that a unit is available between a calculate and a create request.