Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...