setcookie
cookies not being deleted
I have a basic login system. The basic login / logout functions are as follows: function login() { global $page;[详细]
2023-02-26 18:29 分类:问答How to retrieve a specific cookie value if it has multiple values using JavaScript?
I\'m using jquery and I was wondering how do I retrieve a certain cookie value if I have multiple values, something like this:[详细]
2023-02-24 22:51 分类:问答Set a cookie to the entire domain from a page inside a folder
I\'m a begginer in cookies and stuff like that. I need to set a cookie to the entire domain from a page inside a folder like mydomain.com/开发者_StackOverflow中文版folder/page.php. I had to do this b[详细]
2023-02-22 17:20 分类:问答PHP cookie expire
Okay, when logging in I simply set a cookie to true and开发者_开发问答 set it to expire in a fortnight. but if the user wants to logout, how do I edit that cookie to say false or just make it go away[详细]
2023-02-21 18:46 分类:问答How to set Cookie's domain withOUT the period?
I am aware of cross domain issue an开发者_如何学运维d I don\'t want my cookie to be used by any subdomains.[详细]
2023-02-20 11:03 分类:问答Setcookie Different for Different URLs
Hi I have a problem with set cookie. I have a url like this http://www.myweb.com/series/Setayesh/Part-1[详细]
2023-02-16 12:03 分类:问答Domain set cookie for subdomain
I look开发者_运维问答ed in many questions about cookies but I didn\'t find an answer on my problem. I have following scenario:[详细]
2023-02-16 03:35 分类:问答Issue with adding multiple cookies to Response in WCF service
I\'ve managed to add multiple cookies in the WCF service outgoing response by adding \"Set-Cookie\" attribute in the response header. It works great and the cookie is available in all subsequent reque[详细]
2023-02-14 02:59 分类:问答PHP Cookies problem... cookie working on one page but not working on another
Hi can anyone explain this to me: On one page I have: setcookie(cookiename,$cookiedata,time()+(84600*30*24));[详细]
2023-02-13 11:33 分类:问答PHP: Storing base_64 data in cookies
I need to store some data in a cookie. The data goes through mcrypt encryption and then base64 to prevent any strange characters being used.[详细]
2023-02-13 09:22 分类:问答