http - Communicate to Rest server on other domain with Javascript -


i have scenario, javascript client connects rest sever expose jsonp api's on domain.

my question

  • if server stateless, if server has /session api generate session key, meaningful other succeeding requests?

that is, how can server side session on domain usable in pure front-end scenario. in typical web app, front-end loaded same domain thus, when app loads , authenticates, session objects may generated.

yet kind of situation client (is pure frontend) lives somewhere else in internet , not in same domain of rest server. session not applicable correct?


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -