Session.Add Privacy Policies and cookie for Sessions

yraykar

Freshman
Joined
Oct 13, 2003
Messages
42
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 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
 
Back
Top