in reply to Re: CGI::Session Cookies
in thread CGI::Session Cookies

Interesting new ways to write html not using CGI.. I will have to review Mojo and re-learn perl after this project. Apparently old-school approach has a count-down timer, esp with tech.

UPDATE: Used your 'Subclassing' sript... Brilliant! :D
Thank you.

Even added httponly, as js will never use this.

$cookie->secure(1); $cookie->samesite('Strict'); $cookie->httponly(1);