Hi,

  I've noticed recently a couple of people have reported issues with
  the sessions not being saved on login attempts. This has obviously
  caused some issues as it is in the validation process on the first
  login that this is occurring resulting in not allowing people to
  login. As those who have had the problems have not stated which
  versions they were using, I'm taking a shot at both versions here.
  All I need is a couple of lines commented out to see if the code I
  introduced caused a bug or not.

  Stable (1.2 branch - SM-1_2-STABLE from CVS)

  - src/global.php

    Line 22:     add a // in front of the ini_set
    Line 87:     add a // in front of the sqsession_is_active();
    Line 88:     add a // in front of the sqsession_unregister($name);
    Line 102:    add a // in front of the sqsession_is_active();

  - src/validate.php

    Line 18:     add a // in front of the ini_set

  Save both files, and attempt a login.  If it still fails, return
  back to src/global.php and add the following:

    Line 143: /*
    Line 153: */ <before the } and then add a new line>

  Try logging in again. Did this help? Those not using the current CVS
  version might have to adjust their lines slightly, and might even
  find some of the mentioned lines don't even exist (ie the
  sqsession_is_active(); ).

  Stable (1.3 branch - head from CVS)

  - functions/global.php

    Line 83:     add a // in front of the sqsession_is_active();
    Line 97:     add a // in front of the sqsession_is_active();

  Attempt login again, if this fails, do the following:

  - functions/global.php

    Line 159:    add a /*
    Line 176:    add a */

  Try logging in again, see if that helps. I'd like feedback as soon
  as possible so we can fix the issue. Thank you.

-- 
Jonathan Angliss
([EMAIL PROTECTED])



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to