Dear all
I do have a forum, running on an LAMP environment. The login there works just fine, you enter a username and a password, click on "login" and you get directly logged in and re-directed to the front-startpage of the forum.
I've moved the forum to an IIS 7.5 (Windows 7 64bit), where php (5.3.10) and mySQL (5.5.20) is running.
Running the forum there, brings the following issues:
- login does not correctly work -> username & password provided, and clicked "login" will NOT log you inuntil you click on the front-startpage (looking into the database, say's exactly the same, once you click to go back to the frontpage, it loggs you in)
- If a new posting is made in the forum, and you read it, it's not getting marked as read - it takes about 1h until it's marked as read
I was looking for a solution, or same issues and found some hints, regarding cookie handling on an IIS php hosted site
Any ideas?