Welcome Guest, Not a member yet? Register   Sign In
Sessions
#1

(This post was last modified: 01-01-2019, 08:05 AM by Knutsford.)

I now can't log into the admin or the seller or buyer areas?

The config has


$config['sess_driver'] = 'files';
$config['sess_save_path'] = FCPATH.'ci_sessions';
$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$config['sess_match_ip'] = FALSE;
$config['sess_time_to_update'] = 300;
$config['sess_regenerate_destroy'] = FALSE;


When I look in  ci_sessions there is a session in there for when I log in but after that it has created a new session every second or more

It is only writing something to ci_sessions once you have tried to log in. Non of the old sessions are getting deleted either if that helps.

Any Ideas please?
Reply


Messages In This Thread
Sessions - by Knutsford - 01-01-2019, 07:15 AM
RE: Sessions - by dave friend - 01-01-2019, 08:49 AM
RE: Sessions - by InsiteFX - 01-01-2019, 08:58 AM
RE: Sessions - by Knutsford - 01-01-2019, 09:16 AM
RE: Sessions - by Knutsford - 01-01-2019, 09:19 AM
RE: Sessions - by Knutsford - 01-01-2019, 12:24 PM
RE: Sessions - by dave friend - 01-02-2019, 08:48 AM
RE: Sessions - by Knutsford - 01-02-2019, 09:19 AM
RE: Sessions - by ciadmin - 01-02-2019, 10:32 AM
RE: Sessions - by Knutsford - 01-02-2019, 10:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB