Re: [Catalyst] Sharing session and login data

2007-03-02 Thread Tiziano Faion
Il giorno gio, 01/03/2007 alle 09.27 +0100, Tiziano Faion ha scritto:

 in the afternoon i'm working on it.I'll let you know how i solve the
 problem.
I've solved, it was easier than what i thought.
In Yaml of both apps i added 
cookie_path: '/'
cookie_name: 'something_session'
under session section... that's it
I hope this could be useful for someone


-- 
Tiziano Faion [EMAIL PROTECTED]


___
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/


Re: [Catalyst] Sharing session and login data

2007-03-01 Thread Tiziano Faion
Il giorno mer, 28/02/2007 alle 14.14 +, Ian Docherty ha scritto:
 I might be asking the blindingly obvious, but do the two applications 
 use the same domain?
Yep sure;) 
in the afternoon i'm working on it.I'll let you know how i solve the
problem.
Thanks for suggestions
-- 
Tiziano [EMAIL PROTECTED]


___
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/


[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 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 [EMAIL PROTECTED]


___
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/