docker-firefox icon indicating copy to clipboard operation
docker-firefox copied to clipboard

Session duplicating.

Open Kesavangk93 opened this issue 2 years ago • 1 comments

After make the docker up and run when i tried to launch the same in my browser. Firefox instance is running properly. Say an example: i am using chrome and opened few tab after launching the app(localhost:5800).

issue 1: When i reload or close and reopen the same link all previous tabs are present it is not closing the opens tabs. issue 2: When i try to load the same link in 2 browsers (chrome and firefox) sessions are duplicating.

Need helping hands to resolve the issue?

Kesavangk93 avatar Jan 19 '22 13:01 Kesavangk93

The container itself always run, even if you don't access it via http://localhost:5800. All accesses to localhost:5800 connect to the same container instance.

So if you use Chrome to access the container and open 2 tabs to http://localhost:5800, both tabs will show the same thing. Closing these Chrome tabs won't affect the container. Thus, tabs opened in Firefox (in container) won't be affected.

jlesage avatar Feb 14 '22 13:02 jlesage

Closing this issue. Please reopen if needed.

jlesage avatar Oct 08 '22 02:10 jlesage