two problems, but they are related.

problem number 1 - for some reason, in different browser sessions and sometimes in the same one. the www will be dropped from the url in links. an example would be sometime the link to the about page will be http://www.mysite.com/about and other times http://mysite.com/about

I've seen this behavior in IE7, FF2 and Netscape 8

how do i make it so that the WWW is always present in any link?

problem number 2 - if a user, admin or otherwise clicks on a link with out the www ( even if it was present last time they tried to navigate to that page ) they will be logged out of they account.

please help.

Comments

lenkkivihko’s picture

mysite.com and www.mysite.com will have 2 different coocies set when logged in.

Please test by doing following. Log-in to mysite.com. Then log-in to www.mysite.com. Then all of your issues should dissapear.

You can fix this by adding few lines to you .htaccess file. Read more in: http://drupal.org/node/107659