Link to home
Start Free TrialLog in
Avatar of LaBowski
LaBowskiFlag for United States of America

asked on

Interesting problem when moving between environments

Hey guys

I created this video to demonstrate what's going on. Essentially, we have two environments that are hosted on different servers. The one we host is using Umbraco and the other one is hosted with a third-party. The third-party uses a mask so that certain web-page requests are routed to our site. A problem arises however when users try to move back from our site to the other site -- I think it has something to do with caching, session state, or cookies. Any help or advice would be greatly appreciated. Thanks in advance!
SOLUTION
Avatar of Kimputer
Kimputer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of LaBowski

ASKER

So essentially, there is a cookie or session being dropped on the main website that needs to be added on our environment?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Doesn't asp.net have cookies and session turn on by default?
Avatar of Kimputer
Kimputer

You still need to put code in all the pages. It can't just magically do things by itself.