{top posting warning} I was hoping someone had a clue on this, as it doesn't look like a uncommon thing.
They only use IE and they won't change that in a near future, it's one company only but with hundreds of simultaneous users. I could not reproduce that with Firefox, as it's a random thing I can't tell for sure if it's a browser thing. After much struggling and study, I think I'll just tell them it cannot be done w/o modifying too much of the app (removing the need of cookies to use trans_sid). Thanks a lot for helping! Thiago -----Mensagem original----- De: Keith Roberts [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 8 de abril de 2008 14:54 Para: php-install@lists.php.net Assunto: Re: RES: [PHP-INSTALL] Can't enable use_trans_sid On Tue, 8 Apr 2008, Thiago Pojda wrote: > To: php-install@lists.php.net > From: Thiago Pojda <[EMAIL PROTECTED]> > Subject: RES: [PHP-INSTALL] Can't enable use_trans_sid > > De: Keith Roberts [mailto:[EMAIL PROTECTED] > >>> Another question: >>> >>> Is there a way to make php use these fields [hidden sessid] instead >>> of > cookies for >>> session control? I still want to let cookies enabled for other >>> stuff, but as it's messing up with multiple sessions because of poor >>> cookie handling. >>> > >> As the browser cookies use a different mechanism for storing and >> retrieving cookies independently of PHP, I cannot see how browser >> cookies can be clashing with your PHP session_id cookies. > > The problem I run into sometimes is: A user opens a IE instance and > logs in. The same user, on the same PC, opens a new instance (not from > "Open in new window..." but from > iexplore.exe) and logs in again. Then he has two independent sessions > until the data from both sessions get mixed up, showing data from one > session in another. I can't think of any other problem but erroneous > session_ids being sent. Have your users tried this with another browser, apart from IE, such a Firefox or Netscape? If so, do they have the same problem? Regards Keith