Hi,
I have created a webportal on a private network for a client, and everything is working just great.
A problem that I have run into is with sessions. I set a session variable to true if a login in is successful. At the top of each page I check for that variable, and if it is not set then it displays that you are not authorized to view that page. Simple enough.
The problem I have is on one of the pages there is a link to open up the web interface for Exchange server. Seems fine opens window user logs in checks his mail etc. When he logs out of exchange and goes back to the webportal he gets the not authorized screen.
If I open up the exchange web interface from a browser not from the link it is fine.
How is Exchange closing my php sessions. Aren't they totaly differnet systems asp and php.
I am very puzzled by this
Has anyone seen this before?
Thanks
Scandog