comparison 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
comparison
equal deleted inserted replaced
72:eac47fa4f262 73:2f31ecabe9ea
1 package IMPL::Web::Security::Session;
2
3 use base qw(IMPL::Object);
4
5 use IMPL::Class::Property;
6
7 __PACKAGE__->PassThroughArgs;
8
9 BEGIN {
10 public property id => prop_all;
11 public property securityContext => prop_all;
12 }
13
14 1;