Hi,
I have an application with authentication with forms that works good.
The application accept navigation with both http://www.domain.com and http://domain.com
The problem is that if a user log in throght the url with www and after he browses to an url without www he appears as not logged (and viceversa if login without www and navigate with www).
Is there a way to set a value in config to allow a logged user to be recognized regardless of www or not www?
Thanks in advance!