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

  1. cookie lifetime: 7200
    tried changing 33600, doesn't solve problem
  2. cookie path: (blank)
  3. cookie domain: .mydomain.com
    when blank, problem same
  4. use http only: no
  5. 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

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -