ratnapokharel
Programmer
We have two servers, one linux and one windows. LInux is our main web server and has all the user authentication. Windows is oracle 9ias web server that has some php files
to diplay oracle dynamic data. Those php files are accessed by the same user in Linux.
Customers log in to linux and see thier index page that has links to 9ias php pages and they run the reports.
But if they copy the hyperlink and run it without logging into linux they can still access and run those php files because there is no authentication in windows.
So
1) we want customers not be able to run windows php files without linux authentication.
2)How to know in windows that somebody has already been authenticated in linux, are there any tokens that can be passed or checked?
to diplay oracle dynamic data. Those php files are accessed by the same user in Linux.
Customers log in to linux and see thier index page that has links to 9ias php pages and they run the reports.
But if they copy the hyperlink and run it without logging into linux they can still access and run those php files because there is no authentication in windows.
So
1) we want customers not be able to run windows php files without linux authentication.
2)How to know in windows that somebody has already been authenticated in linux, are there any tokens that can be passed or checked?