We have a site where the user logs in then gets transferred to a second site. Most of the time it works, however, for several users, when they go to log on a second time (often the next day), they get the standard "Page cannot be displayed...Cannot find server or DNS error."
On the 'calling' site, we say (I've changed the site URL only):
<input name="Confirm" type="button" id="Goto" value="Go To CME Site"
onClick="document.frmMemID.action='
The called site is obviously SSL and there are session variables used on the called site.
This is frustrating as it only seems to fail on a second login and only for some people. If I log on as one of the users that can no longer login, it works fine for me. So it's specific to the computer that they are logging on from. We don't think there are any firewall issues, especially since it works sometimes.
Ideas?
Thanks!
On the 'calling' site, we say (I've changed the site URL only):
<input name="Confirm" type="button" id="Goto" value="Go To CME Site"
onClick="document.frmMemID.action='
The called site is obviously SSL and there are session variables used on the called site.
This is frustrating as it only seems to fail on a second login and only for some people. If I log on as one of the users that can no longer login, it works fine for me. So it's specific to the computer that they are logging on from. We don't think there are any firewall issues, especially since it works sometimes.
Ideas?
Thanks!