I have a large LinkedIn application for which I already have a login script that works well.
The problem is we currently login and out for every action we take which leaves lots of LinkedIn sessions open and looks suspicious to LinkedIn. Additionally, it’s poor performance as it would be much better if we could just load in an existing session which would be quicker.
To do this we need to log in and save the cookies, then reload those cookies during the next log in.
I have created a simple script to do this but when the cookies are loaded LinkedIn starts reloading itself in the browser repeatedly and the session is useless.
I understand that in exbrowser you need to navigate to a page first and load the cookies in which I have done.
I have also tried this in different browsers and the same thing happens.
I’m sure it must be possible to achieve the outcome we want but I don’t have time to work on it myself so if you’re competent with Exbrowser this might be a nice little puzzle for you to solve 🙂