javascript - show a page if user is logged in web application -


i used google plus service logging web app (using html button), , saving db passing in ajax server.

now, want build different page user able post images , descriptions need know user posted information.

how can that?

save user auth token (or whatever you're identifying user with) in localstorage on client-side , send within ajax call; , validate on server-side.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -