yraykar Posted June 16, 2005 Posted June 16, 2005 Hi All, I have a web application. I have selected the default settings for session state in web.config file. I am trying to add some data to Session using Session.Add. When i visit the site by giving ip address in URL it works fine for ex. http://100.100.100.100/myapp/usermgmt/login.aspx Wheras when i give the dns as below it fails http://www.myapp.com/usermgmt/login.aspx The site http://www.myapp.com is redirected for ex from 100.100.100.100 to 200.200.200.200. When i keep the Privacy Policy as low in my internet explorer it works fine, and if i keep the privacy policy as anything other than low or Accept all cookies it fails.. How do i handle this? Thanks in advance. Regards Yashasvi Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.