<!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>&gt;&gt; I have them same problem.<BR><BR>resolved, by adding in the 
  Myapp::end() sub, the line:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  $c-&gt;res-&gt;headers-&gt;header('Cache-Control' =&gt; 'no-cache, 
  max-age=0');<BR><BR>In MyApp.pm:<BR><BR>use Catalyst qw/ Session&nbsp; 
  Session::Store::FastMmap&nbsp; 
  Session::State::Cookie<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  Authentication&nbsp; Authentication::Store::DBIC 
  <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  Authentication::Credential::Password&nbsp; Authorization::Roles&nbsp; /; 
  <BR><BR>--vb<BR><BR><BR><BR><SPAN class=820411808-19122006><FONT face=Arial 
  color=#0000ff size=2>&nbsp;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&nbsp;cookie is&nbsp;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>&nbsp;</DIV>
  <DIV><SPAN class=820411808-19122006><FONT face=Arial color=#0000ff size=2>In 
  the&nbsp;yml config:</FONT></SPAN></DIV>
  <DIV><SPAN class=820411808-19122006><FONT face=Arial color=#0000ff size=2># 
  configuration of the session<BR>session:<BR>&nbsp;&nbsp;&nbsp; # session 
  expires after 1 h<BR>&nbsp;&nbsp;&nbsp; expires: 3600<BR>&nbsp;&nbsp;&nbsp; 
  cookie_expires: 0<BR>&nbsp;&nbsp;&nbsp; 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>&nbsp; Session<BR>&nbsp; Session::Store::FastMmap<BR>&nbsp; 
  Session::State::Cookie<BR></DIV></FONT></SPAN>
  <DIV><SPAN class=820411808-19122006><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN>&nbsp;</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>&nbsp;</DIV></BLOCKQUOTE></BODY></HTML>