NAME
decode-session.pl - decodes Apache2::ClickPath session identifiers
SYNOPSIS
decode-session.pl [OPTIONS] session1 [... sessionN]
DESCRIPTION
decode-session.pl
decodes an Apache2::ClickPath
session using Apache2::ClickPath::Decode
. See the Apache2::ClickPath::Decode(3) manpage.
OPTIONS
- --tag TAG
- --friendly_sessions FILENAME
- --server_map [FILENAME]
-
See the Apache2::ClickPath::Decode(3) manpage for more information. The
FILENAME
argument to the--server_map
option is optional. Currently calling it with a--server_map
argument other than an empty string is not supported and gives a warning. - --secret STRING
- --iv STRING
-
Thes 2 parameters correspond to the
ClickPathSecret
andClickPathSecretIV
configuration directives of Apache2::ClickPath. Syntax and semantic are the same.
AUTHOR
Torsten Foertsch, <torsten.foertsch@gmx.net>
COPYRIGHT AND LICENSE
Copyright (C) 2004-2005 by Torsten Foertsch
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.