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

2004-04-22 Thread Sheni R. Meledath
Hi, Thank you very much for your comments. We are facing a similar problem in one of local systems which has Windows 2000 & IE 6.0. Now one of the users has complained about the same problem. His system configuration is the same as above. In one of the news groups, I have read before about a s

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
Hi, I use win2k and IE 6 every day with PHP, and it works fine. I guess your problem comes from the Internet Options of IE (tools/Internet Options). As Miguel Jiménez suggested, check the cookie setting in the Internet Options. Vincent -Original Message- From: Sheni R. Meledath [mailto

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