I have created a b开发者_运维技巧asic but extensive javascript-html page that depends on cookies to keep user information. It runs perfectly on my computer (MAC - Firefox) but when loaded into my host
Why wont this work? Below code is on send.php <?php $expire=time()+60*60*24*30; $name = $_POST[\'nameField\']开发者_运维百科;
What i\'m trying to do is have a sidebar toggle open and close which is working fine but I also want cookie to remember the sidebar state when browsing site and when returning to page its on
I can\'t, for the life of me, figure this one out. This site used to work fine in IE but now it refuses to set cookies. I have tested it in multiple versions on multiple computers and yet still no av
I save my users country and language in a cookie when users connect to my site. But when the cookie is saved i redirect/refresh the page so the user get the correct language. But when a user has cooki
The default practice for unit testing functionality that relies on session/cookie information is to use an abstraction library. But what if I want to write and unit test this abstraction library? The
I\'m having problems with the following code: http://pastebin.com/MCkhzQjs This works locally (on localhost) but when I upload it to the server it does not login. I think it is to do with cookies not
Hi I have HTML like this <div class=\"header_countrys_middle\"> <a href=\"http://www.test.com\" title=\"United States\"><img src=\"/images/flags/us.gif\" alt=\"us\" title=\"United Sta
I have 2 domains (e.g. test1开发者_如何学运维.com and test2.com) and I need a user login across these 2 domains.
I use the following piece of code in an include file. Because it it used in two instances within my code, I wanted to separate it into a开发者_运维技巧nother include file and use with require_once() w