I need to know if there is a way for to store a value for tab in IE.
I have a process where SP (SharePoint) opens a new tab and load a aspx page in it, from there an IP (Info Path) page gets opened in the same tab.
Now the problem I have is that in my QueryString all the details needed for the asp page is stored, which loads fine when opened from SP, but when it comes back from IP it does not contain those values anymore.
So I'm trying to store those QueryString values after SP called it and before IP gets called.
So far I've tried static properties, Session, cookies but none of them exist only for that tab in IE.
The cookies that I added for some reason was cleared every time I load the aspx page.
If this don't make sense please let me know and I'll try to clarify more. I'm not much of a web dev yet :(