Author Topic: Session isn't deleted when logging out  (Read 3774 times)

Offline noratx

  • Newbie
  • *
  • Posts: 1
Session isn't deleted when logging out
« on: June 24, 2007, 12:40:57 PM »
After i have logged out, i can't login again.

I have several domains and accounts, and after i have logged out i can't login with any account before i have manually deleted the session in the mysql database.

Is there anyone who knows what is causing this?
I have tried both with and without cookie authentication, but the problem remains.

please help.

Offline data10

  • Newbie
  • *
  • Posts: 1
Re: Session isn't deleted when logging out
« Reply #1 on: August 03, 2007, 11:52:53 AM »
I am having a similar issue. If I 'fat finger' the password while trying to log in, I can't log in again till I delete the session.

I'm wondering if you found out what is causing your issue?

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,880
    • SKaero - Custom Roundcube development
Re: Session isn't deleted when logging out
« Reply #2 on: August 03, 2007, 11:01:01 PM »
I have fouled that is happens when it logout you out because it losses the connection the the mail sever, and when you login again before your all the way login. It thinks your login even if you aren't the only fixes that I have found is to till wait the season expires, delete the session in the database or to delete the cookie.

Offline flashyfish

  • Newbie
  • *
  • Posts: 1
Re: Session isn't deleted when logging out
« Reply #3 on: August 09, 2007, 03:13:24 PM »
I got exactly the same problem, kill the session in the db and all is well (albeit not exactly practical!)

Any one else got any ideas on this - its a rather big bug to be honest. Accepting of course that this is a release candidate, although not a beta so surprising this has been affecting people!

Offline mautik

  • Newbie
  • *
  • Posts: 4
Re: Session isn't deleted when logging out
« Reply #4 on: August 17, 2007, 04:13:48 PM »
yes i have the same problem, is when you loose the connection, if you logout nothing happen ???

Offline jaredy

  • Newbie
  • *
  • Posts: 5
Re: Session isn't deleted when logging out
« Reply #5 on: November 09, 2007, 08:25:12 PM »
Disable FCGI in your server. That worked for me.