php - Customer Login Doesn't work (Magento EE-1.14.2.0) -
system , enviroment:
magento ee-1.14.2.0,
using secure urls on front-end (for customer login, checkout page , payment page.). ssl working should. no console errors on customer login page.
session cookie management setup
- cookie lifetime: 7200
tried changing 33600, doesn't solve problem - cookie path: (blank)
- cookie domain: .mydomain.com
when blank, problem same - use http only: no
- cookie restriction mode: no
problem:
when customer tries login (with valid username , password) gets redirected login page without error message , without logging in well. if customer uses wrong username or password redirected login page , error displayed.
one of solutions:
set session cookie management -> http yes. , in case, if customer logging on https, logged in. find strange, since customer using https protocol. shouldn't set no in case?
note: customer cookies (customer, customer_auth, customer_info, customer_rates) not in resources when customer tries login.
question:
should http set no if users logging on https protocol? , if shouldn't, should cause problems one?
Comments
Post a Comment