I hate to ask but why isnt this thing sending me to the frames page if I
already have the cookie?

if ($ENV{'QUERY_STRING'} eq "") {

        &Get_Cookie;

        if (exists($cookie{'SessionID'})) {

                &MainFrames_Page;

        } else {

                &login_page;
        }

}

Regards,
Andre` C.
Technical Support
ԿԬ
----------------------------------------------------------------------------
-
Visit our support manual at http://supportmanual.com/


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to