Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Session expired, please login again

I am using

Adminer 4.1.0 in Wordpress Plugin

OS is Ubuntu

Webserver is Nginx

The day before yesterday, my adminer is working properly. But yesterday i cannot login because it's returning an error message:

Session expired, please login again.

I searched google but i couldn't find any solution. Please help. What should i check? Thank you.

like image 366
Code Diary Avatar asked Feb 09 '15 03:02

Code Diary


People also ask

Why does my Facebook say session expired please log in again?

Update the Facebook App or Android If there's an update available for the app that's causing the 'session expired' error in Facebook, you can install it manually by going to the Manage Apps & devices menu.

How do I fix session expired?

Open Settings on your Android phone, tap Apps and notifications, and App management. Click Facebook app and click Uninstall to delete it from your device. By reinstalling Facebook, the session expired Facebook error should be gone.

What does it mean by session expired on Facebook?

1 Why Sessions Expire Facebook uses sessions to authenticate your account within its service, whether that's the Facebook app itself or some of the games you play. These sessions rely on bits of information that are cached on your PC or smartphone and when this cache is cleared, your session ends.


2 Answers

I also had this problem, plus when I did login and tried to change anything it threw an Invalid CSRF token error. Got the solution from this thread;

https://sourceforge.net/p/adminer/discussion/960418/thread/17b3972a/

I edited adminer and explicitly added in the session save path for the server;

ini_set('session.save_path',  '/tmp/');
like image 142
McNab Avatar answered Sep 19 '22 15:09

McNab


This may also occur when there is no disc space available

like image 24
Joost Mattheijssen Avatar answered Sep 21 '22 15:09

Joost Mattheijssen