Andi;

I'm not quite sure.

I've started digging into this some now... It appears that something somewhere is 
caching files when it really shouldn't be. I disabled cookie support for session 
tracking, but PHP insists on using a cookie and issuing me the same session ID every 
time.

I've restarted the Apache service several times since making the change to PHP.INI 
this morning, and it's still doing it.

I'm going to dig futher into it, the problem may be in a different part of the system 
than I first suspected...

And yes, it's worked great in the past.  The TRANS_SID feature is one that has a 
habbit of breaking... Here's a snippet of code from my login functions:

// Interesting problem. I'm not sure if the problem is in PHP, or my code. PHP
// does not assign a PSID to the page at this point, so I can't simply re-direct
// the user into the main menu (like I do with the helpdesk). Instead, it seems
// happy modifying URLs, so this "Session Established" page isn't just for looks -
// it does something functional. Hopefully this will be fixed in a newer iteration
// of PHP 4.

// It was fixed in PHP 4.0.1.
// And then broken in PHP 4.0.1pl1.
// And then fixed again in PHP 4.0.1pl2.
// And now it's broken again in 4.0.2, but there is a workaround that works.
//  Arugh.

// I submitted a bug report after tracking down what was happening in the code after 
4.0.2.
// Now hopefully it's fixed for good in 4.0.3.

Heh.

I'll let you know.

- Matt

>>> Andi Gutmans <[EMAIL PROTECTED]> 04/24/01 11:20AM >>>
Did this work in the past? If so, any idea when it stopped working?

Andi

At 10:13 AM 4/24/2001 -0400, Matt White wrote:
>Hello...
>
>I'm banging around on PHP 4.0.5 RC7 Win32 (Apache module), and I'm having 
>great difficultly getting the TRANS_SID feature to work. I have one web 
>application which depends heavily on it, and it's unusable under 4.0.5RC7.
>
>Has anyone else been experiencing this difficultly?
>
>- Matt
>
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: [EMAIL PROTECTED] 
>For additional commands, e-mail: [EMAIL PROTECTED] 
>To contact the list administrators, e-mail: [EMAIL PROTECTED] 


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 
To contact the list administrators, e-mail: [EMAIL PROTECTED] 



--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to