if i login at forums.x10hosting.com and in forums click link like
www.x10hosting.com/forums/showthread.php?p=xxx
i ll need to login again because cookes was for forums.x10hosting.com
----------------------------------------------
2 ways
1. in vb options>>Cookies and HTTP Header Options>>Cookie Domain>> set [.x10hosting.com]
2. forum folder >> .htaccess >>
--------------------------------
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{http_host} ^
forumdomain [nc]
RewriteRule (.*)$
forumdomainFORall [r=301,nc]
--------------------------------
------------------------------------------------------