Dear All
I am trying to achieve secure login for users in a D7 site.
I tried both the options,
1.secure login module
2. rewriting the http url to https url if "user" exists in url
In both the cases observed , user is logging in a secured way.
Facing two issues.
1. But why the other pages are coming as secure page (with https).
How can I disable it. I just want login page is secured, not any other pages as of now
2. User logged in using https url.
Then access any page with http url, it asks for another login.
By doing login through https , can not we access http pages (as authenticated user).
Has anybody experienced this problem anytime.
Whats the work around here.
Thanks
kamal