I misstated my problem. I was getting an error that it couldn't locate object 'new' via package "SessionCookie". It seems that I do need to put a
use Apache::Cookie;
before
@SessionCookie::ISA = qw( Apache::Cookie );
after I did that SUPER worked just fine.
Thanks for the help though,
BMaximus