Subject: | header() method |
HTTP Header which it was outputted by header() method is the following.
ex. $session->expire('+5d');
----------------------------------
Set-Cookie: CGISESSID=...; path=/; expires=432000s
----------------------------------
'expires' is not date-format.
I think,
CGI::Cookie should be necessary '+432000s'. (Not '432000s')
Sorry, my English is poor.