Hi
I am using a session to maintain some variables between different pages on my site. While it works fine when I move from www.mysite.com/a to www.mysite.com/b, the session variables are lost if I move from mysite.com/a to www.mysite.com/b
Any idea how I can make sure the session is maintained irrespective of www or no www?
The website appends a www as it navigates to different pages but the pages are accessible without that as well. So if someone is manually typing in an address and omit that part, and then navigate to page b (by clicking on a link or submitting a form), the session variables are lost.
Thanks for any help.