Preface
A simple and quick explanation on how to set a shared session for multiple source blocks. It is especially useful for literate programming or when you experimenting a bit with Programming Languages or applications.
Example
echo PID: "$$"
X=1
echo PID: "$$"
echo X was set to "$X"