Resolved.
Need to add
$conf['https'] = TRUE;
in settings.php
On Sat, Mar 16, 2013 at 7:01 PM, Kamal Palei palei.kamal@gmail.com wrote:
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.
- 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
- 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