http://www.perlmonks.org?node_id=814148


in reply to Running a single instance of a Catalyst app across multiple subdomains with single sign-on

I should think that you should be able to point each virtual host to the same instance and have it Just Work. An external FastCGI process would handle this nicely, or a standalone HTTP::Prefork process.

As far as the SSO stuff, you should be able to do something like a wildcard as you suggested so that the base domain has access to all the subdomain cookies.

mtfnpy

  • Comment on Re: Running a single instance of a Catalyst app across multiple subdomains with single sign-on

Replies are listed 'Best First'.
Re^2: Running a single instance of a Catalyst app across multiple subdomains with single sign-on
by Akoya (Scribe) on Dec 24, 2009 at 19:36 UTC

    Thanks, dhoss, I'll give it a try.

    There are 10 types of people in this world...those who grok binary, and those who don't.