Page 1 of 1

PhpMyAdmin session expires immediately

PostPosted: 01. March 2014 10:06
by sawo
When I login to PhpMyAdmin my session gets expired immediately.

I added the following code in config.inc.php

Code: Select all
$cfg['LoginCookieValidity'] = 3600


changed in php.ini

Code: Select all
session.gc_maxlifetime = 3600


The problem stays the same.

I use linux mint 13 and xampp 1.8.3.3 version.

It seems that this problem started when restored a joomla backup from a windows 8 computer to the linux computer.

I hope that someone can help me.

Re: PhpMyAdmin session expires immediately

PostPosted: 01. March 2014 11:57
by Nobbie
Undo the restore of Joomla and try again. Probably your overwrote some configuration files or similar.