Closed (fixed)
Project:
Auto Login URL Tokens
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2015 at 12:16 UTC
Updated:
29 Mar 2016 at 13:54 UTC
Jump to comment: Most recent
Comments
Comment #1
matrixlord commentedHello, I guess you are right! I will add a notice in the config page of the module. Thanks!
Comment #3
bigbozz commentedBetween line 112 and 113 you can put this code in your .module file:
When a token is made, the system cleared the cache of the token module.
Comment #4
matrixlord commentedClearing all token cache seems to be a little bit cruel to the system. Also, default cache storage could be in memcached, filecache etc and not necessarily in DB.
Maybe something like
could be the answer. I will check it soon.
Comment #5
matrixlord commented