Is it possible to allow http access to a subdomain ONLY IF a user is logged in on the main domain (www)?

link|improve this question
Using what method is the user logged in on the main domain? Open for alternatives in that regard? Should/must the access to the subdomain be controlled at the HTTP level? – andol Aug 17 '10 at 12:02
what do you mean by "is logged in on the main domain"? www in itself is a subdomain so your question is quite confusing. – James Lawrie Aug 17 '10 at 12:38
feedback

1 Answer

You could check login at application level by session and cookies, try with a cookie valid for entire domain.

Maybe this is question for stackoverflow.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.