Subject: | expiration of cookies |
Hi,
Tanks for MasonX::Request::WithApacheSession!
There is one important thing about Cookies. I could not find a way with your module to omit the expiration date of the cookie. Cookies without explicit expiration date expire when the browser is closed. This functionalicity is crucial for me.
I changed line 561 of WithApacheSession.pm to make it work.
It would make sense to me to use the expire clause the same way as CGI::Cookie does:
(from CGI documentation)
-------------
optional attributes:
1. an expiration time
...
If an expiration date isnt speci-
fied, the cookie will remain active until the user quits the
browser.
--------------
Could you fix this in the next release?
Thanks!
Herald