please help with sess_expiration |
hi
in CI2 i used to set >> sess_expiration = 0 The number of seconds you would like the session to last. The default value is 2 hours (7200 seconds). If you would like a non-expiring session set the value to zero: 0 but now in CI 3 The number of seconds you would like the session to last. If you would like a non-expiring session (until browser is closed) set the value to zero: 0 what if i want the session not expired at all ? i want it renewable and non-expiring . please help me with this
There's no such thing as a "non-expiring" with sessions (cookies) ... You may set the expiry time to be a thousand years, but technically - it still has to expire at some point.
I use this config :
PHP Code: $config['sess_driver'] = 'files'; although i am required to login every day ![]() any help ? |
Welcome Guest, Not a member yet? Register Sign In |