V
Victor
I've got a website that displays the same whether it is accessed using www. or not.
ex: http://www.mysite.com and http://mysite.com give me exactly the same website (both
represent the top subdomain).
HOWEVER... it seems that while they share the same application variables (of course)
they treat session variables as if they are two different websites. (this is very
important because when a user clicks a link that switches from one to the other, it
affects some counters).
Is there a way to insure that both ways of entering the URL will share the same set of
session variables???
Thanks,
Victor
ex: http://www.mysite.com and http://mysite.com give me exactly the same website (both
represent the top subdomain).
HOWEVER... it seems that while they share the same application variables (of course)
they treat session variables as if they are two different websites. (this is very
important because when a user clicks a link that switches from one to the other, it
affects some counters).
Is there a way to insure that both ways of entering the URL will share the same set of
session variables???
Thanks,
Victor