Y’all,
Thank you in advance for the help.
I have recently setup a SSL Certificate and all the pages on the site display appropriately. The site urls are set with https and all the links work. The entire site is running under https.
Logging in to the Control Panel works fine and shows me logged in to the public site. As identified by logged_out conditionals and screen name displayed.
But, using the Member Login Form does not log me in. I am redirected appropriately. When viewing source the form displays the https redirect.
Any ideas? At a loss here.
{exp:member:login_form form_class="login" form_id="login" form_name="login" return="site/index"}
<label>Username</label>
<input type="text" name="username" value="" maxlength="32" size="25">
<label>Password</label>
<input type="password" name="password" value="" maxlength="32" size="25">
{if auto_login}
<input type="checkbox" name="auto_login" value="1"> Auto-login on future visits
{/if}
<input type="checkbox" name="anon" value="1" checked="checked"> Show my name in the online users list
<input type="submit" name="submit" value="Submit"></p>
<a href="http://{path=member/forgot_password}">Forgot your password?</a>
{/exp:member:login_form}Edit: (for update)
Public (Client) side login only works if I use Cookies only for Website Session Type. I am still required to login through the Control Panel. Member Login Form still does not work.