Tagged Questions
3
votes
3answers
109 views
Passing Credentials Between Application and IFrame
I have a web application (A) which contains an iframe. The iframe includes another web application (B).
Supposed I log into web application A and 5 different iframes are displayed hosting 5 ...
3
votes
1answer
761 views
Keeping a related ASP.NET application's session alive from another ASP.NET application
I have 2 applications running on the same domain. The flow goes like so:
Application 1
Application 1 -> Application 2
Application 2 -> Application 1
Application 1 is WebForms (asp.net framework ...
3
votes
1answer
165 views
Building a .net application on classic ASP
We have a big classic ASP website, and we want to start writing new code in .net, (the website is way to big to rewrite 100% at this stage).
The old website uses session variables, will these still ...
0
votes
1answer
412 views
Cross app redirect in Forms Authentication
I have design 2 web apps and use Forms Authetication for single sign on
Web A: contains a Login.aspx page
Web B: contains an OK.aspx page
when access Ok.aspx in Web B, it will redirect to ...