☰
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
13.8K
All Categories
0
Incidents
153
Node JS client
39
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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