cookies
when are cookies sent from the user?
I have a class that has a function, lets say class.php: class fun { public function get_cookie() { $old_cookie = $_COOKIE[\'mycookie\'];[详细]
2023-04-08 00:34 分类:问答How do I set path while saving a cookie value in JavaScript?
I am saving some cooki开发者_开发技巧e values on an ASP page. I want to set the root path for cookie so that the cookie will be available on all pages.[详细]
2023-04-07 19:13 分类:问答for remembering passwords, sessions or cookies or both?
If a user decides to remember their password based on a checkbox when logging in, is it good practice to set both session and cookies? or would it be better to just do cookies?[详细]
2023-04-07 17:16 分类:问答Creating a cookie outside of a web-browser (E.g., With VBScript)
A very random request - and trust me, I wish I didn\'t have to do it either. Essentially, a customers users are using a website that plays up with some other technology we roll out. We\'ve exhausted a[详细]
2023-04-07 16:49 分类:问答jQuery custom background through a cookie
I\'m making background changing script for my site. Everything works fine except the cookie which should store the required value. I\'m using jQuery 1.3. IE 8 says: \'object doesn\'t support this prop[详细]
2023-04-07 15:57 分类:问答cookie that only exists while viewing a particular page?
The title ways it all. I want to use a cookie to send some metadata over to the client that is specific to the current page he is viewing. I\'d rather not put it in the HTML, mainly because the metada[详细]
2023-04-07 15:07 分类:问答Javascript - Input field On Change Set Cookie of Value
Thanks to anyone in advance that can help me in my issue. I\'m simply trying to save the value of a form input type=\"text\" to a cookie when the input value has changed. Think I almost had i开发者_高[详细]
2023-04-07 14:22 分类:问答PHP captcha Image
I am using a captcha image verifier in my PHP form. The form uses a cookie to check the verfication code entered by the user. Is there anyother w开发者_JAVA技巧ay to do this other than using a cookie?[详细]
2023-04-07 13:33 分类:问答Set cookies before subsequent requests in IE
I\'m trying to set some cookies (via javascript) before the browser makes a request for various resources lower on the page. The following works in Chrome/Firefox, but, not IE:[详细]
2023-04-07 13:15 分类:问答Cookie Corruption
I have a weird issue with a php redirect script that does the following: Plant a cookie in the user\'s browser, or read the existing cookie if there is one.[详细]
2023-04-07 11:44 分类:问答