Thanks for replies
On Aug 20, 3:30 am, Eric Hodel <drbr...@segment7.net> wrote:
> http://www.aagh.net/projects/ruby-php-serialize
>
I should specify more precisely

I need something like Ruby PHP
serializer, but "the other way". (PHP Ruby Marshalizer?

)
Session data in Rails is marshaled and I want to read it in PHP
application to find out if user is logged in.
> If you can switch formats, YAML might be easier:
Yes, YAML would be much easier

But as you see I can't use it.
If there is no easy way to do this I'd have to change session
behaviour a little bit.... :]