javascript - Is there a way to replicate the Chrome Incognito Window using web technologies -


i wondering if there way replicate behavior of chrome's private mode using technologies. let's want run 2 web apps side side in 1 tab of chrome or other browser want them isolated each other not share sessions example. wondering if there can close enough or close that.

a server can read cookies sent you. if 2 web apps run in separate servers, isolated each other. if run on same server, should have control on code other web app , therefor should able make ignore cookies other app. can't stop computer storing website in history , can't make delete cookie leave page (well, can, defeat purpose of cookie). destroy cookie/not "renew" once person logs off, that's whole idea of "ending session" for...


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -