Can i get 2 access tokens and maintain 2 sessions if i pay 4000 per month and take 2 apps?

yeshwanth
Can I get 2 access tokens and maintain 2 sessions if I pay 4000 per month and take 2 apps with different API key and secret?
The TOTP key will be common.

Will there be any issue with two logins and 2 access tokens in the above case? I hope one doesn't logout automatically when the other one logged in.
  • sujith
    You can create another app and maintain its own session.
  • yeshwanth
    ok thanks
  • aryankejriwal4
    aryankejriwal4 edited December 13
    it is written that you can have 3 open webbsocket connections with the same keys, @sujith ..i was trying to do the same, but was not ao use differeble to fetch data from 2nd session when 1st was running, I tried to use different access token, but it didnt work
  • aryankejriwal4
    i was trying to do the same, but was not ao use differeble to fetch data from 2nd session when 1st was running, I tried to use different access token, but it didnt work
  • sujith
    Each app can have only one active access_token for a session. You will have to use the same access token for the second connection as well.
Sign In or Register to comment.