Is it possible to allow http access to a subdomain ONLY IF a user is logged in on the main domain (www)?
feedback
|
|
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. | |||
|
feedback
|