We have IBM TRIRIGA Reserve Outlook Plugin which connects to Tririga reserve manager to book a room. We are using Chrome cookies for Seamless login between Outlook Plugin and Tririga Reserve manager.
Everything works fine for the chrome version 63 and suddenly stopped working for version 69 onwards. We are inserting Cookie values into Cookies table of chrome.
Some Cookies file has the column names as "secure","httponly" and "persistent" and Some Cookies file has "is_secure","is_httponly" and "is_persistent".
Changing the name in code works fine, however I can't deploy this code as of now. So I altered the Cookies table's column names and the in the code no change. And But this doesn't work.
Is there any way..kindly suggest.
Comments
Post a Comment