search for: cookie2

Displaying 5 results from an estimated 5 matches for "cookie2".

Did you mean: cookie
2010 Nov 14
1
RCurl and cookies in POST requests
...will call no_cookie() if no cookies file exists. # It will then read the cookie XXX (its value is "cookie1"). # When XXX has been read, it will be written to "c_file" with # "rm(curlHandle) ; gc()". Finally the script will test whether # cookie ZZZ (its value is "cookie2") exists. If it doesn't, # then the script will retrive the same URL as before, which # will reply with ZZZ if XXX was sent. # # If XXX and ZZZ are in "cookies.txt", this should be removed # to test again (otherwise the script will find both cookies # and won't do anything)....
2013 Oct 21
0
Asterisk 1.8.24.0 Now Available
...by Rafael Angulo) * --- Fix Not Storing Current Incoming Recv Address (Closes issue ASTERISK-22071. Reported by Alex Zarubin) * --- Fix Segfault When Syntax Of A Line Under [applicationmap] Is Invalid (Closes issue ASTERISK-22416. Reported by CGI.NET) * --- Tolerate presence of RFC2965 Cookie2 header by ignoring it (Closes issue ASTERISK-21789. Reported by Stuart Henderson) * --- Fix Not Storing Current Incoming Recv Address (Closes issue ASTERISK-22071. Reported by Alex Zarubin) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pu...
2013 Oct 21
0
Asterisk 1.8.24.0 Now Available
...by Rafael Angulo) * --- Fix Not Storing Current Incoming Recv Address (Closes issue ASTERISK-22071. Reported by Alex Zarubin) * --- Fix Segfault When Syntax Of A Line Under [applicationmap] Is Invalid (Closes issue ASTERISK-22416. Reported by CGI.NET) * --- Tolerate presence of RFC2965 Cookie2 header by ignoring it (Closes issue ASTERISK-21789. Reported by Stuart Henderson) * --- Fix Not Storing Current Incoming Recv Address (Closes issue ASTERISK-22071. Reported by Alex Zarubin) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pu...
2006 Dec 01
2
Mongrel 0.3.18, rails 1.1.6 and cookies
I''ve run into an issue with my rails application being unable to properly set cookies on Mongrel 0.3.18. If I run the simplified code below in Mongrel 3.14.4, both cookies are properly sent to and saved by the browser. With the same code in 0.3.18, only the auth_token cookie is created (if I switch them, only the userid as it will only properly create the first cookie in the list.)
2006 Dec 16
0
Mongrel 0.3.20 -- 5 Hours Deadline
Another fancy release with just a few little changes from yesterday: * Set-Cookie, Set-Cookie2, Warning, and WWW-Authenticate are allowed as duplicate headers. * mongrel_rails stop now has a --wait option to go with --force. It will wait for either the given timeout in SECONDS or the PID file to go away. If the PID file goes away it just exits. If the timeout happens then it does a kill -...