DotNetBlocks
Programmer
Is this even possible?
I am trying to create a web service that will allow interaction with our classic asp and asp.net applications. This service will act as an access point for reading and setting cookies that will be shared between the applications.
I have tried using HTTPContext from within the web service, and when I call the web service to read the cookie it returns nothing even after I just create the cookie. I have also tried passing in the users HTTPContext.Current but I get an error stating that HTTPContext is not serializable.
Any suggestions?
Babloome
It is funny how you can look back at old code and want to shoot yourself because of completely obvious things you forgot looking back, and not rushed.
Personal Blog: http:\\WeToddz.com
I am trying to create a web service that will allow interaction with our classic asp and asp.net applications. This service will act as an access point for reading and setting cookies that will be shared between the applications.
I have tried using HTTPContext from within the web service, and when I call the web service to read the cookie it returns nothing even after I just create the cookie. I have also tried passing in the users HTTPContext.Current but I get an error stating that HTTPContext is not serializable.
Any suggestions?
Babloome
It is funny how you can look back at old code and want to shoot yourself because of completely obvious things you forgot looking back, and not rushed.
Personal Blog: http:\\WeToddz.com