forms - send queue number after logging in -


in app, everytime user logs in, server determine his/her queue number day , send client , client needs send each request. problem is, how do this? can embed queue number in response (after credential submission, response payload can't reached anymore). putting queue number in redirect seems unsafe tls.

well can use xhr request login. doing this, login process done in background , don't have redirect. , once retrieve queue number xhr request, can use further request or redirect.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -