☰
Login
Signup
Home
›
Java client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
June 2018
pranksterguru
session expiry
pranksterguru
June 2018
in
Java client
i have my token saved in database.
and i am trying to run two java functions running separately and using one token. whenever i call kiteconnect.generateSession second time, i am getting session expired message. is it expected behaviour?
Tagged:
session expires
pranksterguru
June 2018
stupid of me to confuse between request_token and access_token
i saw the documentation and webeminar.. it doesnt show the full URL for /session/token.. is it
https://kite.trade/session/token?
?
i saw the webeminar .. it shows the example in python.. where is the method in java to request for access_token ?
pranksterguru
June 2018
got the accesstoken and i have sent it to the class also.. but still the webhook is catching session expired
pranksterguru
June 2018
you may close this thread.
solution is , if i am hitting
https://kite.trade/session/token
manually to get access token, i dont have to call the generate session method.
i had problem while calling generate session method. however it doesnt matter now because i am manually generating the access token
This discussion has been closed.
i saw the documentation and webeminar.. it doesnt show the full URL for /session/token.. is it https://kite.trade/session/token??
i saw the webeminar .. it shows the example in python.. where is the method in java to request for access_token ?
solution is , if i am hitting https://kite.trade/session/token manually to get access token, i dont have to call the generate session method.
i had problem while calling generate session method. however it doesnt matter now because i am manually generating the access token