Mercurial > pub > Impl
diff Lib/IMPL/Web/Security/Session.pm @ 73:2f31ecabe9ea
doc
security
author | wizard |
---|---|
date | Mon, 29 Mar 2010 06:56:05 +0400 |
parents | Lib/IMPL/Web/Security/Embed.pm@8c7b88bdb663 |
children | 84aa8c395fce |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Lib/IMPL/Web/Security/Session.pm Mon Mar 29 06:56:05 2010 +0400 @@ -0,0 +1,14 @@ +package IMPL::Web::Security::Session; + +use base qw(IMPL::Object); + +use IMPL::Class::Property; + +__PACKAGE__->PassThroughArgs; + +BEGIN { + public property id => prop_all; + public property securityContext => prop_all; +} + +1; \ No newline at end of file