Session variables scope when feeding with users

Hi there,

Which is the session variables scope when feeding with users?

Are these values only ready to use in http()?

I’m trying to use in class variable when creating an instance of class, but there it looks variable is not ready to use with EL.

For example:

class Handler {

val url = "$URL"

}

Thanks

Ok, I’m mixing Gatling EL with Scala code.

:slight_smile: