Good morning. I've been using the session handling classes on multiple web sites published in Apache without any problems. One of this sites had to move to a Micsorsoft's ISS web server and now the sessions are not working.
An user logs in and when he goes to the next page (in the same domain and directory) he needs to log in again. It seems like the session id is not being passed through pages.
Have anybody deal with this?
Regards,
Jaime
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Good morning. I've been using the session handling classes on multiple web sites published in Apache without any problems. One of this sites had to move to a Micsorsoft's ISS web server and now the sessions are not working.
An user logs in and when he goes to the next page (in the same domain and directory) he needs to log in again. It seems like the session id is not being passed through pages.
Have anybody deal with this?
Regards,
Jaime
Hi.
Are you sure that you configured session.inc correctly?
Are $mode = "cookie" and $fallback_mode = "get"?
Regards
Thomas