3

I have no idea if this is even possible, but I figured I'd ask.

I have the need to open a new InPrivate browser window from within a webpage, on a button click. I'd like to navigate to a webpage, but it has to be an InPrivate session due to issues with session state being messed up if it is not an InPrivate session. Does anyone know if this is possible?

I'm using C#, JQuery 1.11.2, and IE11.

Thank you!

Matt
  • 115
  • 1
  • 9

1 Answers1

0

you can't force a user to open a window in private mode

Yassin Mokni
  • 354
  • 1
  • 6
  • 16
  • Actually there are multiple ways to do so, it is just not all of them are very convenient / OS agnostic. – NetMage Jun 27 '22 at 21:39