Thats very interesting. I normally use Netscape 4.7 myself, I find 6 to
be a resource hog and just plain slow. I tried your site and as you
pointed out, with 4.7 the registered var does not show. Yet, when I fire
up IE all works fine. I guess what I find strange is that I am using
sessions on a site I am working on right now. I have cookies off since I
was getting strange behavior depending on OS and browser so I opted just
to pass SID with URL as well. I register a handfull of session vars and
on my site everything works fine with all the browsers (4.7 included).
Luke Muszkiewicz wrote:
>
> Hey Folks:
>
> I am using PHP sessions in IE 5.5 and NN 6 successfully, but I am not able
> to retrieve the data from my registered variables in Communicator 4.7. I am
> passing the session ID via SID and have turned off cookies in each browser
> to simplify testing, although Communicator 4.7 doesn't work with cookies
> enabled either.
>
> Research shows that with Communicator 4.7 the session ID is being carried
> from one page to the next successfully; however, the registered variables
> are not. Outside of the page where they are set and registered, they are
> not registered nor set even though the session ID is carried successfully.
>
> session.save_path is set to /tmp. When I start a session in Communicator
> 4.7, the session file is created in /tmp but it contains no data. When
> using IE 5.5 or NN 6, the session file does contain the serialized data for
> the registered variables, and everything works as it should.
>
> So, it looks like the problem is that in Communicator 4.7, the serialized
> data is not being successfully written to the session file in /tmp. Has
> anyone dealt with this problem?
--
PHP General 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]