I found that if I was logged in on
"domain.com" I wasn't logged in on "www.domain.com"
I'm guessing the PHPSESSID isn't being carried from one to the other.
Besides forcing the www to be there or not, is there a way I can get PHP sessions to propograte between "www.domain.com/..." and "domain.com/..." so it doesn't make a difference if you happen to go back and forth durring a session?
Thanks,
Adam
PS:i got the issues with the rwengine from my last post resolved.