Table websession

web interface: customer session - this persists beyond carts, so the customer can retrieve other info

Column NameTypePropertiesDocu
sessionidstring:64Primary-Key ID of this session, automatically generated and then stored in a cookie
customeridint32NULL-able Foreign-Key=customer(customerid) if logged in - the customer
timeoutint64the time when the session will be deleted, updated whenever the session is used