|
Oak::Web::Session - Object that holds the session attributes |
Oak::Web::Session - Object that holds the session attributes
This object is used by Oak::Web::Application to provide a Session behavior. When you set a parameter for the Session of an application this parameter will be passed as a cookie to the clients browser and it will be available during the rest of the session.
The properties of the session are the attributes of this object
get_cookies(PARAMS)All the parameters passed to this function will be repassed on the creation of the Cookies. Please see CGI::Cookie documentation to see what parameters can be passed.
P.S.: The name and value properties are defined by Oak::Web::Session
Copyright (c) 2001 Daniel Ruoso <daniel@ruoso.com> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|
Oak::Web::Session - Object that holds the session attributes |