<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3020" name=GENERATOR></HEAD>
<BODY>
<BLOCKQUOTE
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> vb [mailto:vlad.bazon@gmail.com]
<BR><B>Sent:</B> Tuesday, December 19, 2006 6:40 AM<BR><B>To:</B> The elegant
MVC web framework<BR><B>Subject:</B> Re: [Catalyst] IE Cookie
problems<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV>>> I have them same problem.<BR><BR>resolved, by adding in the
Myapp::end() sub, the line:<BR>
$c->res->headers->header('Cache-Control' => 'no-cache,
max-age=0');<BR><BR>In MyApp.pm:<BR><BR>use Catalyst qw/ Session
Session::Store::FastMmap
Session::State::Cookie<BR>
Authentication Authentication::Store::DBIC
<BR>
Authentication::Credential::Password Authorization::Roles /;
<BR><BR>--vb<BR><BR><BR><BR><SPAN class=820411808-19122006><FONT face=Arial
color=#0000ff size=2> I am struggling with session cookies as
well.</FONT></SPAN></DIV>
<DIV><SPAN class=820411808-19122006><FONT face=Arial color=#0000ff size=2>In
IE and Opera, when a user logs out she can not login anymore, except when de
cookies are manually deleted. Only in firefox it is not a problem at all. It
seems that when logging out, the cookie is expired automatically at
the end of the session. But only in FireFox :-(</FONT></SPAN></DIV>
<DIV><SPAN class=820411808-19122006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=820411808-19122006><FONT face=Arial color=#0000ff size=2>In
the yml config:</FONT></SPAN></DIV>
<DIV><SPAN class=820411808-19122006><FONT face=Arial color=#0000ff size=2>#
configuration of the session<BR>session:<BR> # session
expires after 1 h<BR> expires: 3600<BR>
cookie_expires: 0<BR> storage:
session<BR></FONT></SPAN></DIV>
<DIV><SPAN class=820411808-19122006><FONT face=Arial color=#0000ff
size=2>Loaded modules:</FONT></SPAN></DIV>
<DIV><SPAN class=820411808-19122006><FONT face=Arial color=#0000ff
size=2> Session<BR> Session::Store::FastMmap<BR>
Session::State::Cookie<BR></DIV></FONT></SPAN>
<DIV><SPAN class=820411808-19122006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=820411808-19122006><FONT face=Arial color=#0000ff
size=2>Marc</FONT></SPAN></DIV>
<DIV><SPAN class=820411808-19122006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV></BLOCKQUOTE></BODY></HTML>