I have them same problem.

resolved, by adding in the Myapp::end() sub, the line:
      $c->res->headers->header('Cache-Control' => 'no-cache, max-age=0');

In MyApp.pm:

use Catalyst qw/ Session  Session::Store::FastMmap  Session::State::Cookie
                Authentication  Authentication::Store::DBIC
                Authentication::Credential::Password  Authorization::Roles
/;

--vb



On 12/19/06, Mojo Nichols <[EMAIL PROTECTED]> wrote:


I have them same problem.   I got MyApp to work with the
Authentication example under firefox.  Under IE7 and IE6 no cookies
are set.  I have another catalyst example that just uses cookies no
Session Session::Store:FastMmap... etc and those cookies work okay.
Any ideas or known issues( now that it is 6 months  later).

Can anyone definitively say they have this example working under IE 6
and 7?   I only see two threads in the archive and both seem to be
exactly what I see.

Can anyone who has been through this pain funnel and come out
unscathed please enlighten me to what it was even if it was very
specific to you?

Any way staring at this one pretty hard for a few days with my only
option being to drop this and create some ugly work around:-(


Thanks,

Mojo


On May 29, 2006, at 11:49 AM, Matt S Trout wrote:

> Shawn Ferris wrote:
>> Thanks for the tips -- but nothing is helping unfortunately.. I've
>> used both the IP address and the hostname, which only contains
>> alpha chars and still no go. Within fiddler I see that the
>> Response header has a Set-Cookie record but it doesn't seem to be
>> doing anything with it.
>>
>> The authentication seems to be pretty simple in my case.. I have a
>> login method within my Controller.. This has the form which is
>> posting the un/pw back to itself.. then upon successful
>> authentication, I see the session being created in the logs and
>> then it's redirecting to the "main" page. It's almost taken 100%
>> from the Cookbook. (There are errors in the code in the Cookbook
>> that I've had to fix) -- and again, it's working from Firefox. I
>> think I have everything correct, IE just doesn't take it.
>>
>> I've also installed Maxthon and used the tools there to clear all
>> history, cookies, caches, etc.. to no avail. Any other suggestions
>> out there?
>
> IE being retarded, have you tried running the test server with
> either -k
> (keepalive) or -f (fork)? I've seen inexplicable problems magically go
> away by doing that before (and never show up if you've got an HTTP
> proxy
> in front of the test server, or if you're using anything else to serve
> the app, or if the phase of the moon is different, and of course if
> you're using anything except Intarwub Exploder) ...
>
> _______________________________________________
> Catalyst mailing list
> Catalyst@lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst


_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive:
http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to