Re: [PHP] Set PHP session expire to 2 months

2008-02-25 Thread Daniel Brown
On Mon, Feb 25, 2008 at 11:54 AM, Manuel Barros Reyes <[EMAIL PROTECTED]> wrote: > The question is asked only in the index.php and the answer is stored > in $_SESSION["pais"]. If the user tries to enter the site once again > and the session variable is still set the question is not asked again >

RES: [PHP] Set PHP session expire to 2 months

2008-02-25 Thread Thiago Pojda
] Set PHP session expire to 2 months Hi, I'm working on a site that needs that once the user chooses his country the question should not be asked again (while the user doesn't manually delete the cookies in his browser). The question is asked only in the index.php and the answer is stor

[PHP] Set PHP session expire to 2 months

2008-02-25 Thread Manuel Barros Reyes
Hi, I'm working on a site that needs that once the user chooses his country the question should not be asked again (while the user doesn't manually delete the cookies in his browser). The question is asked only in the index.php and the answer is stored in $_SESSION["pais"]. If the user tries to en