T
teelinmaloney
Hello,
We are currently migrating our system from asp to asp.net. Our main
page is still using classic asp. When a user logs in to the system, a
cookie is created with the user info. The user then clicks a link;
which is a seperate application written in asp.net 2.0.
ie. http://my.application.com/ (asp)
http://my.application.com/new2.0application (asp.net 2.0)
However the new application cannot find the cookie created from the
login (asp).
My only theory is that cookies are not accessible between application
pools, as the asp.net 1.1 applications read the login cookie just fine.
Any insight into this matter would be greatly appreciated.
Thanks in advance.
Regards,
Michael
We are currently migrating our system from asp to asp.net. Our main
page is still using classic asp. When a user logs in to the system, a
cookie is created with the user info. The user then clicks a link;
which is a seperate application written in asp.net 2.0.
ie. http://my.application.com/ (asp)
http://my.application.com/new2.0application (asp.net 2.0)
However the new application cannot find the cookie created from the
login (asp).
My only theory is that cookies are not accessible between application
pools, as the asp.net 1.1 applications read the login cookie just fine.
Any insight into this matter would be greatly appreciated.
Thanks in advance.
Regards,
Michael