How fast is session verification? What is the late...
# support-questions-legacy
a
How fast is session verification? What is the latency?
r
The backend SDK does session verification in a stateless manner. So it’s really fast since no IO operation required
a
like in 1-2ms
r
yea.. that is if you use our SDK. If you query the core yourself, it will take longer.
since that requires IO operations