RE: [PHP] Session not working while accessing through IE on Windows 2000

2004-04-22 Thread Sheni R. Meledath
/Internet Options). As Miguel Jiménez suggested, check the cookie setting in the Internet Options. Vincent -Original Message- From: Sheni R. Meledath [mailto:[EMAIL PROTECTED] Sent: jeudi 22 avril 2004 8:27 To: PHP Masters Subject: [PHP] Session not working while accessing through IE on Win

Re: [PHP] Session not working while accessing through IE on Windows 2000

2004-04-22 Thread "Miguel J. Jiménez"
You may use: to deactivate the cookies from sessions in runtime... -- Miguel J. Jiménez ISOTROL, S.A. (Área de Internet) Avda. Innovación nº1, 3ª - 41020 Sevilla (ESPAÑA) [EMAIL PROTECTED] --- http://www.isotrol.com TLFNO. 955036800 ext. 111 -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] Session not working while accessing through IE on Windows 2000

2004-04-22 Thread Vincent DUPONT
[mailto:[EMAIL PROTECTED] Sent: jeudi 22 avril 2004 8:27 To: PHP Masters Subject: [PHP] Session not working while accessing through IE on Windows 2000 Hello: We have set up a login page using sessions in PHP. Its working fine. The server is a FreeBSD/Apache/PHP 4. While accessing this page from IE 6

Re: [PHP] Session not working while accessing through IE on Windows 2000

2004-04-22 Thread "Miguel J. Jiménez"
Be sure to know all about session cookies. By default, PHP stores the session in a cookie Sheni R. Meledath escribió: Hello: We have set up a login page using sessions in PHP. Its working fine. The server is a FreeBSD/Apache/PHP 4. While accessing this page from IE 6 on Windows 2000, the

[PHP] Session not working while accessing through IE on Windows 2000

2004-04-21 Thread Sheni R. Meledath
Hello: We have set up a login page using sessions in PHP. Its working fine. The server is a FreeBSD/Apache/PHP 4. While accessing this page from IE 6 on Windows 2000, the sessions are not working and they are getting the login page again & again. Are there any known issues of PHP using session