1
PierreWerner
Login in, says logged in but not really?

Hello Xoops,

I am having problems logging on from Mozilla Firefox. I try to sign in, the software says, Thank You for logging in and then it shows me as not logged in?

I think its a "cookie" issue? I was wondering if anyone else has had this problem and how they resolved it?

Thank You,
Pierre Werner
www.MedicalMarijuanaReferrals.com

2
wcrwcr
Re: Login in, says logged in but not really?
  • 2009/6/1 21:37

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Hi Pierre

Please try to repare/restore your XOOPS session table via you BD admin tool.

Let us know if that did the trick.

3
PierreWerner
Re: Login in, says logged in but not really?

Thank You wcrwcr,

What is a "BD", I'll look in the admin section. Its only happening on my computer. I thought it was the cookies because its on my laptop and it happens when I move from location to location?

4
iHackCode
Re: Login in, says logged in but not really?

try accessing it without the www.
http://MedicalMarijuanaReferrals.com
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧

5
PierreWerner
Re: Login in, says logged in but not really?

Hey Bandit-X,

I tried it without the www. but same problem. It says thank you for logging in and takes me back and I'm not logged in.

My brother says to reinstall my browser. I'd really like to avoid doing that.

Pierre

6
iHackCode
Re: Login in, says logged in but not really?

wcrwcr was suggesting you do a repair on the sessions table in the database.

Resized Image
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧

7
xsell
Re: Login in, says logged in but not really?
  • 2009/6/3 4:34

  • xsell

  • Quite a regular

  • Posts: 245

  • Since: 2008/9/2 1


Put the code below in php file and name it any thing and call it from your browser . but first edit the code to the name of ur MySQL server , user, db name, password .. and tabel name ..
<?php

MYSQL_CONNECT
('localhost','dbuser','password');
@
mysql_select_db("dbname") or die(mysql_error());

$query="TRUNCATE xoops_session";

mysql_query($query); 
mysql_close() 
?>


or try this
In your XOOPS directory: /kernel/session.php around line 80

change:
var $enableRegenerateId = true;
to:
var $enableRegenerateId = false;

8
giddion
Re: Login in, says logged in but not really?
  • 2009/6/4 0:42

  • giddion

  • Just popping in

  • Posts: 2

  • Since: 2009/3/1 2


I'm having the same problem, deleting the session cookie on my local machine repairs the problem, but it comes back every few days. I just truncated and repaired the table as suggested. I'll see if that fixes the issue.

9
giddion
Re: Login in, says logged in but not really?
  • 2009/6/4 17:51

  • giddion

  • Just popping in

  • Posts: 2

  • Since: 2009/3/1 2


Well despite truncating and repairing the session table yesterday I ended up with the same problem today. Looking at the session table I'm thinking part of the issue is I'm using a laptop and it's having issues when the same session ID is coming in with a different IP.

Login

Who's Online

164 user(s) are online (91 user(s) are browsing Support Forums)


Members: 0


Guests: 164


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits