Welcome Guest, Not a member yet? Register   Sign In
IE Bug
#12

[eluser]InsiteFX[/eluser]
Look through the source code for the set_cookie code.

Code:
// Wrong way to set the cookie see how the 900 is in qoutes.
setcookie("login_attempts", $attempts, '900', '/');

// Correct way to set the cookie.
setcookie("login_attempts", $attempts, 900, '/');

InsiteFX


Messages In This Thread
IE Bug - by El Forum - 03-03-2011, 12:02 PM
IE Bug - by El Forum - 03-03-2011, 02:36 PM
IE Bug - by El Forum - 03-03-2011, 03:43 PM
IE Bug - by El Forum - 03-03-2011, 05:07 PM
IE Bug - by El Forum - 03-03-2011, 06:25 PM
IE Bug - by El Forum - 03-03-2011, 09:56 PM
IE Bug - by El Forum - 03-04-2011, 04:13 AM
IE Bug - by El Forum - 03-04-2011, 05:44 AM
IE Bug - by El Forum - 03-04-2011, 11:25 AM
IE Bug - by El Forum - 03-04-2011, 04:57 PM
IE Bug - by El Forum - 03-04-2011, 06:25 PM
IE Bug - by El Forum - 03-04-2011, 07:05 PM
IE Bug - by El Forum - 03-30-2011, 08:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB