Session timeout despite "remember me" selected by login

Please report bugs here!

Moderator: Thorsten

Post Reply
robin-masters
Posts: 40
Joined: Mon Aug 11, 2014 10:09 am

Session timeout despite "remember me" selected by login

Post by robin-masters »

Greetings,

i mentioned the problem already:
https://github.com/thorsten/phpMyFAQ/issues/948

My current version is PHPmyFAQ Version: 2.8.22

Despite i allready logged in (with Password remember me) and i can use the frontend, following is not possible
after uncertain time.

- quick search \ schnellsuche doesnt work after a while but the normal search works..
- search for internal links
- sometimes it`s necessary to Login again to create a new FAQ but the full secured frontend works without a new login
- Upload from new files (attachments or Pictures) requires to login again. (but you have to logout from phpmyfaq and Login again)

The cookie seems not work for the admin panel \ Editor correctly.

My constants.php (24h timeout)

Code: Select all

/**
 * Timeout for the admin section, in minutes
 *
 * @var integer
 */
define('PMF_AUTH_TIMEOUT', 1440);


// Misc parameters
define('PMF_LANGUAGE_EXPIRED_TIME', 28800); // 30 minutes
define('PMF_SESSION_EXPIRED_TIME', 28800); // 30 minutes
define('PMF_REMEMBERME_EXPIRED_TIME', 1209600); // 2 weeks

My php-settings concerning Sessions.
Image
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Session timeout despite "remember me" selected by login

Post by Thorsten »

Hi,

did you try to delete the cookie?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
robin-masters
Posts: 40
Joined: Mon Aug 11, 2014 10:09 am

Re: Session timeout despite "remember me" selected by login

Post by robin-masters »

Thorsten wrote:Hi,

did you try to delete the cookie?

bye
Thorsten
Oh yes i did ;-) i delete the complete cache of the IE11 and look by my self whether the cookie was deleted.
After it i have to relogin and it works .... for a while till the same strange behavior appears.
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Session timeout despite "remember me" selected by login

Post by Thorsten »

Hi,

okay, if it re-appears, please re-add a new issue on Github. Thanks!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
robin-masters
Posts: 40
Joined: Mon Aug 11, 2014 10:09 am

Re: Session timeout despite "remember me" selected by login

Post by robin-masters »

Hey Thorsten,

i have opened an issue

https://github.com/thorsten/phpMyFAQ/issues/1024

same behavior on several clients.

Tried to delete the cache and so on.
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Session timeout despite "remember me" selected by login

Post by Thorsten »

Hi,

I'll try to fix it!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
robin-masters
Posts: 40
Joined: Mon Aug 11, 2014 10:09 am

Re: Session timeout despite "remember me" selected by login

Post by robin-masters »

Greetings,

https://github.com/thorsten/phpMyFAQ/issues/1024

update 2.8.23 work' s for me now.

Great, work!
Post Reply