tax rate - store it in a session variable ?
Here in the UK, the tax rate is currently at 17.5% and could, in theory, be subject to change at short notice.
It's not worth storing this in an application variable as an application can last for days
It's not worth storing it in a table, as the site only sells to the UK, so it's not as if there's a list of tax rates, depending on country.
Is it better to store it in a session variable ? A session only lasts 45 minutes.
Or is there a better way it can be stored - where any changes to the tax rate variable, are reflected immediately ?
