Welcome Guest, Not a member yet? Register   Sign In
session expires earlier on community auth
#9

(This post was last modified: 12-23-2016, 05:17 PM by skunkbad.)

In config/authentication.php do this:


PHP Code:
$config['http_tokens_cookie' config_item('cookie_prefix') . 'httpTokens';
$config['https_tokens_cookie'] = config_item('cookie_prefix') . 'httpsTokens'

until I can properly fix the Tokens library.

.. and that expiration stuff in MY_Input is CodeIgniter code, not mine.
Reply


Messages In This Thread
RE: session expires earlier on community auth - by skunkbad - 12-23-2016, 05:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB