CGI::Session::Serialize::json - serializer for CGI::Session |
CGI::Session::Serialize::json - serializer for CGI::Session
This library can be used by CGI::Session to serialize session data. Requires JSON::Syck. JSON is a type of YAML, with one extension: serialized JSON strings are actually valid JavaScript code that a browser can execute. Any langauge that has a YAML parser (Perl, PHP, Python, Ruby, C, etc) can also read data that has been serialized with JSON.
set_error()|CGI::Session::ErrorHandler/"set_error()"
set_error()|CGI::Session::ErrorHandler/"set_error()"
the CGI::Session manpage, the JSON::Syck manpage.
CGI::Session::Serialize::json - serializer for CGI::Session |