Reputation: 300
I am working in Application and in that Application we are using SSO (Single Sign On) and Application stores cookies for Identity Server and that cookies are responsible to various task like "Token Auto refresh", "logout from Application" etc.
But the Problem is that when I do refresh the Page it removes cookies from application. so SSO functionality stops working.
Below are the images of it. first image with stored cookies and another is with after refresh page.
How can we persist cookies on page refresh?
I am using AngularJS.
any help would be appreciated
Upvotes: 0
Views: 33