Hello,
I'm redirecting a user to a diffrent portal, which is hosted on the same DNN instance using Response.Redirect(http://portal2.com). What i try to do is to sent a string of data with the redirect, but i dont want it do be stored in a cookie or pass it within the url parameters. So far ive tried storing it in the Session, or Application, since its using the same instance of the DotNetNuke Framework.
Anyone know how to do this?
DNN
- Parent Portal 1 - http://portal1.com
- Parent Portal 2 - http://portal2.com