cookies
How this document is able to detect a cookie when it didn't set at all?
This is one script that sets the cookie with some html file. window.onload=init; function init() { var userName=\"\";[详细]
2023-04-06 18:46 分类:问答Asp.net HttpCookie Read/Write problem
I\'ve been searching a solut开发者_运维问答ion for this problem but i couldn\'t have one. By the way i can\'t understand the reason of my problem.[详细]
2023-04-06 18:36 分类:问答Extending cookie expiration dates in PHP
When I look at the cookies for my site in Google Chrome, I see PHPSESSID,__utma, __utmb, __utmc, and __utmz. I don\'t understand what these cookies mean, except for maybe PHPSESSID, 开发者_JS百科which[详细]
2023-04-06 17:58 分类:问答JS |Xss defence question
I have a website where users can post comments. I want to know that if they find an xss hole, if they can still get the cookie data although it\'s httpOnly with some kind of XHTTPrequest, Ajax 开发者_[详细]
2023-04-06 17:30 分类:问答Cross Browser Cookie Expiration Inconsistencies
I\'m looking for a way to set cookies with a short duration against all browsers. Apparently each browser handles the PHP setcookie method differently. Below are my results.[详细]
2023-04-06 17:17 分类:问答Alfresco SSO with Cookie
I want to integrate Alfresco with my current login system (which is an LDAP server). I can successfully integrate LDAP authentication in, however, I want to use an external login page and have Alfresc[详细]
2023-04-06 13:53 分类:问答How Tomcat cookies are formed?
How exactly and when exactly tomcat session cookies are formed. I can see COOKIE_SUPPORT, GUEST_LANGUAGE_ID, JSESSIONID, LOGIN, I\'ve downloaded source code, but nevertheless cannot see full picture[详细]
2023-04-06 12:49 分类:问答Across Cookie in Domain in Subdomain
I have two application in my work Asp.Net MVC and PHP. PHP is my domain. MVC is my subdomain. php when creating the cookie looks like this -[详细]
2023-04-06 10:32 分类:问答cakephp: login link not taking me to login page instead it is taking me to loginRedirect page
My login link on register page is not taking me to login page. Instead it is taking me to report_card page which is the loginRedirect page.[详细]
2023-04-06 10:23 分类:问答Save all cookies from first page in text file on hard disk
I need to sa开发者_如何学JAVAve all cookies from first page in text file on hard disk. How to do this with javascript?For security reasons you cannot use javascript to read/write files on the client[详细]
2023-04-06 10:18 分类:问答