11
trabis
Re: Login problem.
  • 2009/1/4 9:55

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


I think your "session" table is broken and needs to be repaired.

12
vietnam
Re: Login problem.
  • 2009/1/4 13:03

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


Quote:

trabis wrote:
I think your "session" table is broken and needs to be repaired.

I restored data sheet, but also checked table, it should be and it has nothing to do.
------------------
/kernel/sessions.php
lin 80
var $enableRegenerateId = false;

lin 80 change
var $enableRegenerateId = true;

I changed it, but still useless.
Problems still exist

I very much headache, is about to collapse
https://xoops.org.cn/modules/newbb/viewtopic.php?post_id=61994#forumpost61994

Please address this serious problem, save our

13
alfred
Re: Login problem.
  • 2009/1/4 16:03

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


you must enabled (Seesion-)Cookies in your Browser (IE)
Extra -> Internetoptions -> Privacy -> Advanced

Always allow session cookies


14
vietnam
Re: Login problem.
  • 2009/1/21 23:28

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


Quote:

dhsoft wrote:
you must enabled (Seesion-)Cookies in your Browser (IE)
Extra -> Internetoptions -> Privacy -> Advanced

Always allow session cookies

Ie7.0 and Mozilla Firefox3.0.5
I have done, it is still useless.
The problem still exists
Finally
Quote:

fubartunes wrote:
now even more urgent - no one can login at all we're all gettin the same problem

bugs ahoy!!

::EDIT::
i changed a line in the sessions.php file from false to true:
Quote:
var $enableRegenerateId = true;

What does this part do? It appears to ahve fixed the problem, but have i just done something risky?

/kernel/sessions.php
lin 80
var $enableRegenerateId = false;
lin 80 change
var $enableRegenerateId = true;

It seems normal, but still worried

15
vietnam
Re: Login problem.
  • 2009/1/26 2:56

  • vietnam

  • Just popping in

  • Posts: 59

  • Since: 2007/5/25


After repeated attempts ...
Problems remain ...
Crying

16
deka87
Re: Login problem.
  • 2009/1/26 6:15

  • deka87

  • Friend of XOOPS

  • Posts: 1125

  • Since: 2007/10/5


I don't know if this may help..but I had problems with users logging in too, the first thing was that when they tried to logon they would always get an error message reporting some Firewall issue although they never used one. The second thing was that when they browsed my website (staying logged in) they seemed to be logged out on some pages.

What I did is I changed mainfile.php and put a 'www' prefix before my website name. Then I've added this in my .htaccess:
Options +FollowSymlinks
RewriteEngine on
RewriteCond 
%{http_host} ^mywebsite.com [NC]
RewriteRule ^(.*)$ http://www.mywebsite.com/$1 [R=301,L]


and this solved both error and login problems.
Mind anchors

Login

Who's Online

154 user(s) are online (117 user(s) are browsing Support Forums)


Members: 0


Guests: 154


more...

Donat-O-Meter

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

Latest GitHub Commits