in reply to (maverick) Re 4: Using Sessions between perl and php.
in thread Using Sessions between perl and php.

Accepted - the fact that Apache::Session uses Storable to store deep structures is a stumbling block of course. However what is the benefit? In the What are some things to remember? section your document says:

Only use a single level associative array or hash. Do not try to use multiple levels in PHP, such as $session['username'][1], or use references in Perl, as in $session{username}[2]. Only store numerical and string data in session variables.

Makeshifts last the longest.

  • Comment on Re^5: Using Sessions between perl and php.