[Catalyst] Sharing session and login data

Jeffrey Ng jeffreyn at gmail.com
Wed Feb 28 10:33:12 GMT 2007


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 <tiziano at e-tip.net> wrote:
> 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 for user and roles.
> Now..
> If i login into intranet and i go to the second app. i lose my login and
> role information.
> I hoped that setting the same path for session in yaml  for both
> applications would be enough but...
> Any suggestion? Link?
> Thanks in advance
> Tiziano
> --
> Tiziano Faion <tiziano at e-tip.net>
>
>
> _______________________________________________
> List: Catalyst at 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/
>


-- 
Jeffrey Ng
CEO, Zorpia.com



More information about the Catalyst mailing list