Hi experts
I am in the planning of a project where I need an initial login to the application (this part is no challenge) then on some pages inside the application I need access to some php pages on a secure server thru the web object.
The php pages all have one login page for obvious security reasons.
I would however like to have my application to do a auto login to the php part so the user does not have to go thru a second password before viewing the php content.
In short
Application with login (pass 1)
+
Silent php auto login to the php part on some pages within the app.
All without going thru 2 login screens…
Any suggestions?

Reply With Quote

