0

I have a php appl deployed on an apache2 server running on an older release of ubuntu.

I have 4 other servers running what SHOULD be an identical configuration (evidently isn't though).

The facts I have so far:

  • I can login fine with firefox to this system and all others
  • I can't login with internet explorer (It doesn't seem to set a PHPSESSID, and so takes me back to the login screen)
  • If I put the wrong password in, I get taken to the "wrong password" screen.

So it looks like the issue is that php is not starting the session for ie clients, any ideas for where to start looking?

Cheers

Rich

richo
  • 938
  • 1
  • 7
  • 16

2 Answers2

0

check your settings for session into php.ini if settings are saved server side on disk make sure that the user that runs the web server process can write into that location

silviud
  • 2,677
  • 2
  • 16
  • 19
0

date on the server was incorrect, so the cookies were invalid as soon as they were sent.

richo
  • 938
  • 1
  • 7
  • 16