Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    if(isset($_SESSION['id']) and if not I print "Session expired" error m
    +essage.
    
    So when I executed the above code, it prints "Session expired" message
    +.
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    __END__
    The above code print the html contents, echoed by allbooks.php and I'm
    + not getting the session expired message.