By 'TAndroidModule' you mean descendant of the class jForm?
Like this below?
type
{ TAndroidModule1 }
TAndroidModule1 = class(jForm)
You can have variable in private section (I have it there and it's working).
Maybe you didn't create your form, and you try to use variables in it.
P.S.: I now see that you wrote
private session. Did you mean 'section', or session? If later, what do you mean by
private session?