I'm moving a web app that works successfully in Apache to an IIS server controlled with a Plesk interface.
I'm having trouble with a login page that has a form function that points to the same login page. If the login page reloads with the right form submitted value, it writes session data and uses the header command to jump to another page in the site. The jump to the other page is happening but I am not seeing any session data recorded and the other page is not reflecting a logged in status.
My mind is fried over this stumbling block. Are there any ideas to trigger my mind into getting session data working? I know sessions are enabled as I have another app running on the same server (and same hosting account) that uses sessions successfully.
I'm having trouble with a login page that has a form function that points to the same login page. If the login page reloads with the right form submitted value, it writes session data and uses the header command to jump to another page in the site. The jump to the other page is happening but I am not seeing any session data recorded and the other page is not reflecting a logged in status.
My mind is fried over this stumbling block. Are there any ideas to trigger my mind into getting session data working? I know sessions are enabled as I have another app running on the same server (and same hosting account) that uses sessions successfully.