[Catalyst] Sharing session and login data

2007-02-28 Thread Tiziano Faion
Hi All, I've got a trouble in sharing data session betweeb two catalyst applications. The First one is an intranet software where user log in. The second one is a production monitoring software. In intranet i've a link that opens, in the same window, the second app. Two apps shares same database

Re: [Catalyst] Sharing session and login data

2007-02-28 Thread Jeffrey Ng
we have just improved our session implementation. instead of storing our session table in mysql database, we stored them in memcache. we got immense speed improvement from the change. memcache is completely separate from catalyst, may be it will work for you too. On 2/28/07, Tiziano Faion [EMAIL

Re: [Catalyst] Session problems with IE and cookies

2007-02-28 Thread Thomas Hartman
Don't really understand the root of the problem, but I asked about this on #Catalyst and was told of a workaround, and saved it to my .bashrc hints. If I recall correctly, the consensus is that this is an IE6 bug. [EMAIL PROTECTED]:~ thartman_catalyst_IE6_response_redirect_prob_hint try

[Catalyst] New Catalyst site

2007-02-28 Thread Carl Johnstone
Hi, I would like to announce that www.manchestereveningnews.co.uk has just been relaunched using Catalyst and mod_perl. For those that live outside the UK. The Manchester Evening News is the UK's most popular regional newspaper outside London and the sister paper of The Guardian (which

Re: [Catalyst] New Catalyst site

2007-02-28 Thread Tobias Kremer
Am 28.02.2007 um 12:12 schrieb Carl Johnstone: I would like to announce that www.manchestereveningnews.co.uk has just been relaunched using Catalyst and mod_perl. Nice one, Carl! How is the content managed? I'd like to know if you integrated your Catalyst application with an existing

RE: [Catalyst] Session problems with IE and cookies

2007-02-28 Thread Marc Logghe
-Original Message- From: Thomas Hartman [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2007 12:09 PM To: The elegant MVC web framework Subject: Re: [Catalyst] Session problems with IE and cookies Don't really understand the root of the problem, but I asked about this

Re: [Catalyst] Session problems with IE and cookies

2007-02-28 Thread Jeffrey Ng
we had the exact same problem with ie. but not firefox. people even wrote tutorial on their own blogs to teach other users how to log on to our site. we could not find out the source of error. we reworte the whole thing from scratch. and now we are hearing less complaints. we couldnt verify if we

[Catalyst] www.engoi.com nearly migrated to catalyst

2007-02-28 Thread Daniel McBrearty
Hi, The port of www.engoi.com (currently a collection of cgi's under apache/mod_perl) to cat is nearly there. You can take a look at http://www.sodabean.net Note: 1. some pages are very slow. But they will be served as static pages in production, so no problem for now. (They are served

Re: [Catalyst] Session problems with IE and cookies

2007-02-28 Thread Octavian Rasnita
I have created a site using Catalyst, and I access it with IE, but I can login with no issues. However, 2 customers told me that they can login on the site from one location, but they cannot do it from their work place. I don't know, but it might be the same bug, since after the login, the

Re: [Catalyst] Sharing session and login data

2007-02-28 Thread Ian Docherty
I might be asking the blindingly obvious, but do the two applications use the same domain? If not sessions will not work between them because the session ID is normally stored in a cookie which cannot be passed between domains. You may have to pass the cookie in the URL in that case.

[Catalyst] Re: PATCH - Multiple ActionClass attributes

2007-02-28 Thread Jonas Alves
Ups, wrong mailling list. I will resend it to catalyst-dev. ___ 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:

[Catalyst] PATCH - Multiple ActionClass attributes

2007-02-28 Thread Jonas Alves
Hi, I wrote a patch that permits to use multiple ActionClass attributes in a controller action. Here is the synopsys: =head1 USING MULTIPLE ACTIONS To use multiple actions you just need to had more ActionClass attributes: sub Hello :Local :ActionClass('SayBefore') ActionClass('SayAfter') {

Re: [Catalyst] Sharing session and login data

2007-02-28 Thread Perrin Harkins
On 2/28/07, Jeffrey Ng [EMAIL PROTECTED] wrote: we have just improved our session implementation. instead of storing our session table in mysql database, we stored them in memcache. Memcached does things like silently drop your data when it runs out of room. If the daemon stops for any

Re: [Catalyst] Sharing session and login data

2007-02-28 Thread Jeffrey Ng
right! thanks for reminding. we probably will put it on a separate dedicated memcache server then. On 2/28/07, Perrin Harkins [EMAIL PROTECTED] wrote: On 2/28/07, Jeffrey Ng [EMAIL PROTECTED] wrote: we have just improved our session implementation. instead of storing our session table in

Re: [Catalyst] Sharing session and login data

2007-02-28 Thread Perrin Harkins
On 2/28/07, Jeffrey Ng [EMAIL PROTECTED] wrote: right! thanks for reminding. we probably will put it on a separate dedicated memcache server then. That won't help. If you want reliable session storage with caching, use memcached as a write-through cache for your database, i.e. when you write,

Re: [Catalyst] New Catalyst site

2007-02-28 Thread Carl Johnstone
How is the content managed? I'd like to know if you integrated your Catalyst application with an existing content management system and if so, how you pulled this off. Having to choose a CMS and framework for a similar site myself this really could help me make a decision. We've got an

Re: [Catalyst] Session problems with IE and cookies

2007-02-28 Thread Bill Moseley
On Wed, Feb 28, 2007 at 03:31:39PM +0200, Octavian Rasnita wrote: I have created a site using Catalyst, and I access it with IE, but I can login with no issues. However, 2 customers told me that they can login on the site from one location, but they cannot do it from their work place. This

[Catalyst] Please test: Updated HTTP server that plays nicer with IE

2007-02-28 Thread Andy Grundman
After reworking much of the development HTTP server, I've removed the keep-alive hack (-k option) that was put in as a workaround for some IE bugs. I think the IE issues may finally be solved and so this is no longer necessary. If you use this option or have had IE issues, I'd appreciate

Re: [Catalyst] Apache2::RequestIO::read: (70007) The timeout specified has expired

2007-02-28 Thread Andy Grundman
On Mar 1, 2007, at 12:38 AM, Bill Moseley wrote: [Wed Feb 28 13:54:06 2007] [catalyst] [error] Caught exception in engine Apache2::RequestIO::read: (70007) The timeout specified has expired at /home/moseley/local/lib/Catalyst/Engine/Apache.pm line 141 [Wed Feb 28 13:54:06 2007] [error]