I'd like to be able to go the same way like I'd do in PHP. I don't get this in Perl the way I want to ...
I rewrote my scripts by using CGI::Cookie but now I got the problem that I can't expire the cookie when I want to. It expires by what I configured but on my logout script I'd like to delete the cookie immediately.
Tomorrow I'll do a second try by using CGI::Session ...