On Mon, 2006-02-06 at 12:35, Pallav Kumar Dutta wrote:
> Hi,
> Can you suggest without using DB, is it possible to rectify the
> problem as we are not using DB .
> Regards
> pkdutta
> 

As Iain suggested in squirrelmail-devel, we should modified the function
sqsession_is_active() in some way to not accept a SID with the value
'deleted'. We need a solution that has been tested.


functions/global.php:
------------------------------------
function sqsession_is_active() {

     $sessid = session_id();
     if ( empty( $sessid ) ) {
         session_start();
     }
}
------------------------------------


-- 
Rafael Martinez, <[EMAIL PROTECTED]>
Center for Information Technology Services
University of Oslo, Norway

PGP Public Key: http://folk.uio.no/rafael/



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
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