Posted on: 7/24/2014 8:55:53 PM | Views : 459

Hello,
I have been trying to get this working for some time.  I have seen numerous posts to simply add a path to the cookie on the classic asp side and then .net should be able to locate the cookie.  I have not had luck with this.  when I attempt to locate the cookie if it truly is the cookie it is always null even though in fiddler I can see that it has content and the classic asp must believe it does too otherwise one gets routed to the login page.  
Since I have the above issue I was trying to figure out a way that i could still read this cookie and pass it on to .net as this cookie is used to show the user was validated and able to be logged in.  The way I have done this is that a javascript function gets called that reads the cookie.  (it can see it and the contents it seems) and fills up a hidden field.  Next it then fires a click event of a hidden button to trigger a sever side even to then fill up the cookie object I h ...

Go to the complete details ...