in reply to CGI::Session not setting cookie

What is this    if ( $lng != 32 ) print redirect( -URL => $home );

Replies are listed 'Best First'.
Re^2: CGI::Session not setting cookie
by Upland (Initiate) on Mar 11, 2013 at 10:56 UTC

    Yes yes yes .. you're absolutely right! It was originally a check for the existence of the session cookie - but I then changed it to check for a cookie of 32 bytes in length - but made the mistake of ignoring the absence of cookie.

    Thanks for your help! .. and apologies for my stupidity.

      Does your issue remain, or is it solved?