ASP Net Session cookie (General questions)
I get the header for the cookie and the cookie. But when I add the cookie to the request and post or get the next URI, It does not accept me.....
I get the header for the cookie and the cookie. But when I add the cookie to the request and post or get the next URI, It does not accept me.....
by Jasmine, (7243 days ago) @ jameswink
James,
can I see your code, with exact page you're accessing? It's hard to tell anything without example on what's going wrong.
Thanks.
by jameswink
, (7243 days ago) @ Jasmine
'This is where I call the page...
Set Http1 = New wodHttpDLXCom
Http1.Timeout = 5
Http1.Blocking = False
Http1.AutoRedirect = True
Http1.URL = http://parmls.com/
Http1.Login = 1234
Http1.Password = password
Http1.Request.UserAgent = Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
Http1.Get
'Then when processing the response on Done I do...
For Each oldcookie In Http1.Response.Cookies
strCookieName = oldcookie.Name
strCookieValue = oldcookie.Value
objTXT.WriteLine Name: & oldcookie.Name & Value: & oldcookie.Value
'Function that holds all cookies in a collection for me
AddCookie(strCookieName, strCookieValue)
Next
by jameswink
, (7243 days ago) @ jameswink
I also noticed that I only get 1 cookie back with httpDLX
When I look at the cookies using firefox, they are showing me getting several cookies back.
Thanks in advance for looking at it..
I can provide you a login and password for the site, but I would rather not provide that in the Forum.
by Jasmine, (7243 days ago) @ jameswink
James,
I still don't see anything to try with. Did you try to copy all cookies from previous (1st) response to next (2nd) request? You can find code at
http://www.weonlydo.com/HttpDLX/Help/wodHttpDLXLib~HttpResponse~Cookies.html
if this still doesn't help, can you send me your username/password to techsupport@weonlydo.com so I can try on live system?

Fantastic product by the way, it has helped us tremendously on a daily basis. Keep up the good work.

WeOnlyDo!COM will be the first stop I make should I require any further off-the-shelf components.

You did a great job on wodSSH and wodSSHServer! I got a lot for very little money. Thanks!

Thank you very much for the rapid responses. I was a little nervous about dealing with a company that is on a different continent from me. You have proven my concerns to be unfounded.

Don't be fooled by the cost, it's value and quality far exceeds the price being charged!

Your component works really great. With minor effort I have been able to convert my delphi application...

It is very refreshing to find such helpful, knowledgeable and quick responding technical support.

Thank you very much for the rapid responses. I was a little nervous about dealing with a company that is on a different continent from me. You have proven my concerns to be unfounded.

I can only hope I will have the pleasure to work with other products by "We Only Do" in the future.

Just thought you'd like to know that my gateway app with your SMTP Server component held the line against a DDOS attack today...

