Unanswered
Is It Generally Recommended To Close Api Client Sessions? Like If I Open A Client Like This:
Hi ElegantCoyote26 , by default, sessions simply generate a time-limited token and do not consume server resources. You can keep such a session, or start a new one, it shouldn't make any difference (of course, generating a token requires a little bit of work on the server side, so constantly doing that is not a good practice)
159 Views
0
Answers
2 years ago
one year ago