-1

I am trying to get logged in my web application with Firefox while I am logged in with chrome.

I want to use the same cookies I have in chrome, append them in Firefox and find myself logged-in.

Is this the correct way to do so?

OEH
  • 665
  • 11
  • 29
  • It may not work anyway because of different user-agent string or different user agent behavior (different JS handling that may be auto-detected by the Website). Most of the time it will work. – curiousguy Dec 06 '18 at 14:25

1 Answers1

0

In order to do that I had to install a plugin called cookie Editor and add the cookie session.

I found my self logged in using firefox without log in.

OEH
  • 665
  • 11
  • 29