Undefined Index For Cookie In Some Browsers
I am using a log in script that I found on experts exchange to make a cookie when a user logs on. The login page processes like this: function process_login() { var username
Solution 1:
When you use setcookie () to create a COOKIE this will only be available on another page. Therefore, it can be a problem with your AJAX.
Post a Comment for "Undefined Index For Cookie In Some Browsers"