please can any body tell me how to set seesion on my web page
http://search.cpan.org/~markstos/CGI-Session-4.32/lib/CGI/Session.pm
http://search.cpan.org/~markstos/CGI-Session-4.32/lib/CGI/Session/Tutorial.pm
> i had made a web page and now i want to set session on it.....
>
> please can any body tell me how to set seesion on my web page
Options abound, and depend a great deal on what framework (if any) you
are using. A "behind the scenes" description of HTTP "sessions" can be
found here:
<http://jan.newmarch.name/ecommerce/session.html>
If you're writing a simple standalone CGI, you might have a look at
the CGI::Session module:
<http://search.cpan.org/~markstos/CGI-Session-4.32/lib/CGI/Session.pm>
But, if you're using an application framework such as Catalyst,
session support is usually already included in the framework:
<http://search.cpan.org/~nuffin/Catalyst-Plugin-Session-0.19/lib/Catalyst/Plugin/Session.pm>
sherm--
--
My blog: http://shermspace.blogspot.com
Cocoa programming in Perl: http://camelbones.sourceforge.net
thanx for the help