I have made a copy of a working asp application that has a login page that is tracking cookie information to sign in. In our production enviroment the cookies are written with no problem, however in my exact copy of the production site, I have copied the exact code, took a backup of the db and created a new db, changed the dsn to talk to the new test db, and the site runs fine. However after you login, the pages check for a cookie that is set, and the value returns a null since the cookie is never set. The code works fine on my prod server so I know it is not hte code preventing the cookie from being set, but in my duplicate environmen the cookies are not being written. Any ideas why this may be happening, I have never seen this before?? As a test I have made a copy on this same test server of another site I have and cookies are written for that site, so I think this eliminates any IIS setting to write cookies. And yes the browser is set to accept cookies as it works for many other sites. I have even added a new page as the default page that simply writes a basic cookie and it will not write the cookie?
any help or suggestions to pinpoint htis issue would be greatly appreciated.
any help or suggestions to pinpoint htis issue would be greatly appreciated.