The scenario is I want to implement single sign on process in my web application, currently I have protected few folders using .htpasswd
Now when a user logs in to the system I want that they should get access to those protected folders as well without being asked for the username and password again by the broswer
Is there a way to achieve this