I've looked at the docs for CGI and CGI::Cookie but I'm confused about which one to use. Well, here's what I'm trying to do. I have a script that will force a login if a cookie does not exist or the expiration date is invalid. I want to reset the expiration date to an invalid date to force a login. Should I use CGI or CGI::Cookie. I know with CGI you can create cookies but I've seen no examples about deleting a cookie or modifying one. Thanks for any help in advance. A small example would help also.