I have a general solution which can easy to use. There are several steps how to do it.
Create methods which get all session variable from one scenario and another method which sets this variables:
import scala.collection.concurrent.{Map => ConcurrentMap}
def passAnotherSession(implicit transferVariable: ConcurrentMap[String, Any]): Expression[Session] =