Hi all,
I have a question regarding PHP login systems. Is it possible to have a login system within another login system.
Here's an example: I login to a site and PHP creates the session. I then want to access another page with some higher-secure content so I ask the user to re-type their username/password to gain access to that page.
Can this be done using different sessions or the same session? it would be great if the original session is not ended so once the user finishes on the page with the higher-secure content they can continue to use the previous pages.
Hope this makes sense, any information which could possibly point me in the right direction would be greatly appreciated! :)