GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Maypole::Session(3) User Contributed Perl Documentation Maypole::Session(3)

Maypole::Session - Session related functionality for maypole

use Maypole::Session;

my $uid = Maypole::Session::generate_unique_id()

This class provides session related methods for Maypole such as unique id's for requests.

Currently it provides only the generate_unique_id() function, by checking the id's generated by this function and included in submitted forms, it is possible to see if a form has been submitted before.. implementing these checks is left to the developer of that application.

Further functionality is to be added here in later versions to provide easy access to sessions, either through plugins or builtin methods.

my $uid = Maypole::Session::generate_unique_id()

generates a unique id and returns it, requires no arguments but accepts size, default is 32.

Currently implementing uniqueness tests of form submissions is left to the Maypole user, we plan to provide an optional default behaviour to automate this if required.

Maypole

Aaron Trevena, c<teejay@droogs.org>

Simon Cozens, "simon@cpan.org"

You may distribute this code under the same terms as Perl itself.
2005-11-23 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.