I'm building an app with ArangoDB.
In the manual, it says that there is something called Cookie transport and Session transports.
https://docs.arangodb.com/3.0/Manual/Foxx/Sessions/Transports/Cookie.html
It seems that these are equilent to cookies and sessions, like ones that you get with express-session modules.
However, I can't understand:
1. Why are these things called 'transport(s)' ?
2. Do Cookie transport do the same as cookies?
I'm using elixir/phoenix and other webservers behind nginx, and these servers must be able to have access to cookies.