开发者

cookies

0
  • Cookies And Subdomain

    There is a website with several subdomains. On the main subdomain cookies are set: @setcookie( $name, $value, $expires, \'/\', \'.www.mysite.com\');[详细]

    2023-04-11 23:22 分类:问答
  • Accept and Record Foreign Cookies

    I\'m trying to create a PHP based application that allows students from my school to have a 开发者_Python百科cleaner presentation of their grades.[详细]

    2023-04-11 22:09 分类:问答
  • Retrieving pages from what.cd

    I\'m working on a screen scraper using BeautifulSoup for what.cd using Python.I came across this script while working and decided to look at it, since it seems to be similar to what I\'m working on.Ho[详细]

    2023-04-11 20:34 分类:问答
  • Set the value of the select box using cookie value in struts1

    Hi friends, I am trying to set the value of the select box using the cookies value (i want every time same value that i select the first time until i am not made any changes to it).[详细]

    2023-04-11 19:01 分类:问答
  • VBScript cookie expiration

    I\'m wo开发者_开发百科rking on a bit of old code that I inherited.There is VB script at the top of the index.asp file which is used to set a COOKIE at login time.Looking at the code it appears as thou[详细]

    2023-04-11 16:41 分类:问答
  • Access to the cookies of the default browser

    I want to write a program that opens the browser and open a url with a given cookie. I dont know how to do this.开发者_如何学JAVA Maybe I could modify the cookies in the default place.import urllib2[详细]

    2023-04-11 15:05 分类:问答
  • Cookie quickly die

    I have problem with cookie at server. Cookie quickly die. At localhostcookie good work. But the strangeness of the other. Itself cookie is present, but that code does not see it[详细]

    2023-04-11 14:03 分类:问答
  • Cookie available only in firefox

    I set a cookie in a Struts Action using: Cookie c = new Cookie(\"CODE\",\"1\"); c.setPath(\"/\"); c.setMaxAge(120);[详细]

    2023-04-11 12:35 分类:问答
  • temporary cookies

    Well, I\'m working on project that I need to login in an web site to get the cookies. I need do an http request for an specific page a to each minutes 1 / 2开发者_如何转开发.[详细]

    2023-04-11 11:40 分类:问答
  • Asp.net - Using SSL to prevent cookie replay attack

    I\'m looking to put SSL into place to prevent cookie replay attacks on our site. The site is using .NET forms authentication.Do I just need to en开发者_开发百科able SSL for the login page or would it[详细]

    2023-04-11 11:25 分类:问答