Android Question HttpJob + session =/

invaderwt

Member
Licensed User
Longtime User
When I create the session for some reason the sucess come false.
02log.PNG

So I think to use a internal variable

01.png


But I don´t had acess to this, some one know how I can manage the session taking the string or I need rename the job?

B4X:
Dim session As HttpJob
  session.JobName = "login"
 
Top