Help for this page

Select Code to Download


  1. or download this
    # Object initialization:
    use CGI::Session;
    ...
    print $session->header();
    
    print "click <A href='session2.pl'> here";
    
  2. or download this
    # Object initialization:
    use CGI::Session;
    ...
    # send proper HTTP header with cookies:
    print $session->header();
    print $session->header();