1

This is my first post on StackOverflow, so please forgive me if I wrote something wrong.

I found this post useful If REST applications are supposed to be stateless, how do you manage sessions?. in my case I am having 3 clients ios, android and web these three are communicating to server side application(a standalone spring application). the login and logout are processing in server side, so I need to maintain a session. suppose when the client gives login request I need authenticate and provide an access token back. The access token must be generated and stored in, something like session. The access token must be present in each request. Is there any way to pass access token while making the request?.

Any suggestions will be helpful.

Community
  • 1
  • 1

0 Answers0