NAME
Apache::Session::Serialize::SOAPEnvelope - serialize as SOAPEnvelope
SYNOPSIS
tie
%session
,
'Apache::Session::Flex'
,
$id
, {
Store
=>
'MySQL'
,
Lock
=>
'Null'
,
Generate
=>
'MD5'
,
Serialize
=>
'SOAPEnvelope'
,
};
DESCRIPTION
Apache::Session::Serialize::SOAPEnvelope provides Apache::Session serialization as SOAP Envelope. SOAP Envelope is XML and You can share session data with other Language which supports SOAP.(eg. Ruby, Python, Java..)
AUTHOR
IKEBE Tomohiro <ikebe@edge.co.jp>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.