منتدى استراحات زايد

منتدى استراحات زايد (http://vb.ma7room.com/index.php)
-   منتدى أخبار المواقع والمنتديات العربية والأجنبية (http://vb.ma7room.com/forumdisplay.php?f=183)
-   -   Forum Cache login problem - ongoing!!! plz help!!!! (http://vb.ma7room.com/showthread.php?t=1132495)

محروم.كوم 01-23-2013 02:50 PM

Forum Cache login problem - ongoing!!! plz help!!!!
 
We have a problem related to authorization and sign out procedures on our copy of VBulletin forum. When the user authorizes (enters login and password) on the main page, the following happens: the user has to reload the page to see that he has authorized successfully. It also happens often that when the user is browsing the forum topics, he becomes logged out for some reason.
The logout problem is the same: after the user clicks Sign Out, the system indicates that the user has signed out successfully, but he stays logged on.

I must indicate that the forum is located on server in the wordpress folder which is the main system for the site. The structure of the forum and the site is the following

Forum is located in the folder that contains main website (wordpress)
The URL for the site and forum:
site: - mysite.com
forum: - forum.mysite.com
Forum version - 4.2.0, patch level 3.

The following has been done to resolve the problem:
1) The cookie domain was set - - .mysite.com
2) Cookie path - /
3) With the use of do_not_upload/tools.php all cache has been cleared, the tables that could be damaged were restored.
4) The forum has been moved to server root (/forum) and a subdomain was made.

All these actions didn't help. The only thing that worked was to launch forum on another server, where it is located separately from other sites and doesn't have the .htaccess file used in WordPress. So we have just moved the forum to another platform and everything worked.
But we really need to have the forum running properly on the original server.
Could you please suggest a solution to this issue, or a hint where the problem could be?


الساعة الآن 10:37 PM

Powered by vBulletin® Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By Almuhajir


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227