subdomains

Sessions with multi-subdomain on ASP.net MVC2

We're currently building a Webapp that serves multiples subdomains (wildcard subdomain). In our app, users may be authenticated for one or many subdomains (just like Basecamp does). We want to know what's the best strategy to save and load users credential. The main problem is that our users may have differents roles in differents s...

How to make subdomains on codeigniter

Is there an easy way to create subdomains on codeigniter like api.site.com.? Thanks in advance. ...

Login from something.com into application.something.com/clientApplicationPage/

Hello, I'm not sure if this can be made by protocol. Let's say we want, on something.com login index page, to allow the user to fill in their application username and password and, once that is done, to have him/her redirected into application.something/clientApplicationPage/ to see is details. Can I have some lights about what shoul...

django caching multi domain subdomain (wildcard) problem

I've got strange issue - I hope someone run similar problem before. I'm trying to cache content from different subdomains connected via wildcard to my django application: poczta-online.com . So when I get to krakow.poczta-online.com i run differend code in view than poczta-online.com - simple middleware for that like here: http://stack...