|
|
Posted by Jerry Stuckle on 04/06/06 15:18
Shakun wrote:
> Hi All,
>
> This is my 1st posting to this group. Can any1 help me with the
> "Remember Me" which is there in a login form. Im pasting the code
> below. Im not able to set a cookie..
>
> Thanks,
> Shakun Vohra
>
>
<code snipped>
Are cookies enabled on your browser? Does your browser delete cookies at the
end of its session?
What error messages do you get? If you don't get any - try displaying all errors:
ini_set('display_errors', 1);
display_errors(E_ALL);
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|