Hello,
I have forms authentication working when I run my site on my LAN, but any machine coming in via the internet cannot authenticate. I've tested with isauthenticated and found that these users always return false. I've tried from multiple machines that have cookies and sessions enabled.
The site does attempt to authenticate them, but it does not persist. I can even redirect them to a non-secure page after they login.
Any idea why this would only happen for non-local users?
Thanks.
I have forms authentication working when I run my site on my LAN, but any machine coming in via the internet cannot authenticate. I've tested with isauthenticated and found that these users always return false. I've tried from multiple machines that have cookies and sessions enabled.
The site does attempt to authenticate them, but it does not persist. I can even redirect them to a non-secure page after they login.
Any idea why this would only happen for non-local users?
Thanks.