edit: I had this problem but strangely solved.
users generally enter to the forum with "www" for example www.mysite.com but if they enter by google or somehow without "www" they have to re-log in
forum installed in root folder and don't use sub-domain.
I logged in as admin without www and as testuser with www in same web browser.
I tried to set Cookie Domain to mysite.com instead to leaving it blank. and also
Cookie Path to /
when tried to logout admin user this error occurred:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Response.Cookies(...).Domain'
/functions/functions_common.asp, line 2185
then I went to www.mysite.com and tried to logout testuser. it remained logged in without receiving any error massage and couldn't logout.
i cleaned Cookie Domain setting as before and then cleaned all cookies.
now both with and without www works fine!
what happened?
Edited by fooladi - 13 June 2012 at 10:27pm