You have more then just that as a problem.
Please go read the posting guidelines and formulate a correct question with the correct amount of information. Then you can reply to this thread with a meaningful request.
MODERATOR
I am having a problem with my cookies not loading on our secure page.
The Case:
I have a class used HttpWebRequest ,to get the Cookie I used the CookieContainer .Everything works fine except when I want to go to secure page.
After the secure page,the Page adds a Cookie MemberID,If a set the MemberID.The MemberID is Invariable for a user.So I can set the Cookie as the
the value.But it's impossible for all User.
How can I get the Cookie Dynamic?Help me!!
Threads Merged.
Please don't double post, it is against the posting guidelines. When you have more to add to your question or updated information, reply to your original post.
MODERATOR
Now, if you are able to see the cookie for the secure connection, what's to stop you from adding it in code and maintaining everything?
I am having a problem with my cookies not loading on our secure page.
The Case:
I have a class used HttpWebRequest ,to get the Cookie I used the CookieContainer .Everything works fine except when I want to go to secure page.
After the secure page,the Page adds a Cookie MemberID,If a set the MemberID.The MemberID is Invariable for a user.So I can set the Cookie as the
the value.But it's impossible for all User.
How can I get the Cookie Dynamic?Help me!!
I am having a problem with my cookies not loading on our secure page.
The Case:
I have a class used HttpWebRequest ,to get the Cookie I used the CookieContainer .Everything works fine except when I want to go to secure page.
After the secure page,the Page adds a Cookie MemberID,If a set the MemberID.The MemberID is Invariable for a user.So I can set the Cookie as the
the value.But it's impossible for all User.
How can I get the Cookie Dynamic?Help me!!
So you are taking the cookie from the HttpWebResponse and applying it to all future HttpWebRequests and it is still not working?
Have you tried using a packet watcher to see what the difference is between sending the requests from your program versus sending them from withen a browser?
Comment