Setting permanent logins in php.ini?
Posted: Sat Apr 09, 2005 5:11 pm
First, I would like to preface this post by saying I don't know how php.ini works. I tried reading the php.net documentation, but now my head just hurts.
When I go to my site in Internet Explorer 6, the site is asking me if I want to set a cookie when I log into the page, but in my temporary files, I don't see the cookie. When I use Mozilla Firefox, I see the cookie and it says it expires at the end of the session. So, I am getting a cookie on both browsers, but perhaps IE doesn't show session variables?
1. My page is handing out the cookie, right?
2. Can I set a php.ini, so the cookie stays permanent?
3. If php.ini is not the way to go, is there a way I can accomplish it?
Thanks in advance for any help.
When I go to my site in Internet Explorer 6, the site is asking me if I want to set a cookie when I log into the page, but in my temporary files, I don't see the cookie. When I use Mozilla Firefox, I see the cookie and it says it expires at the end of the session. So, I am getting a cookie on both browsers, but perhaps IE doesn't show session variables?
1. My page is handing out the cookie, right?
2. Can I set a php.ini, so the cookie stays permanent?
3. If php.ini is not the way to go, is there a way I can accomplish it?
Thanks in advance for any help.