I have my Access Code Expire Time In Seconds set to expire in 604800 seconds but every day I am required to provide access token.

Comments

albertski created an issue. See original summary.

  • albertski committed ff94c65 on 7.x-1.x
    Issue #3258675: Same IP Functionality isn't working correctly
    
albertski’s picture

Status: Active » Fixed

Turns out that you can't subtract seconds from NOW() like that in the database. I updated the query to:

AND last_auth_date > DATE_SUB(NOW(), INTERVAL :seconds SECOND)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.