in reply to CGI Session information

I don't know of any from the top of my head, but if you use the default session data serializer(Data::Dumper), then you can easily deserialize it, or even just eval it directly(not always advisable).

See the source of CGI::Session::Serialize::default for a great example.

~Thomas~