Page 1 of 1
Cookies/ Keeping logged in
#2
Posted 06 January 2010 - 03:38 PM
Yeah I've had this problem too!
[twitter]escensi[/twitter]
http://escensi.com
http://escensi.com
#3
Posted 06 January 2010 - 04:28 PM
I haven't really had a problem with my login here though. It's usually on vBulletin boards that I can't stay logged in. Not sure why or what's going on, but maybe it's the board settings? But I think it's probably the fact that people are constantly using different ways to access the boards. Like, from their phones, laptops, desktop computers and etc. Maybe the fact that there's a constant change in IP addresses doing it? Not sure though.
#10
Posted 08 January 2010 - 03:07 AM
Randy, on 08 January 2010 - 01:32 AM, said:
The cookies your forum are storing are using www.webdevelopforum.com, check your bookmarks and see what they are set for. If it just says webdevelopforum.com change it to www.webdevelopforum.com and it will work.
Fixed my issue
Fixed my issue
I was just going to say that!! LOL! Dang you beat me to it!! "Might want to redirect www on the domain, It's not redirecting so it'll cause cookie issues, since the cookies set are for non-www." - Thanks to Jordan for that one.
Edit: Actually: http://blogbuildingu...irect-right-way
Which ever one this board is using mainly, is the one you'd go by and add it to your htaccess file.
#11
Posted 08 January 2010 - 10:23 AM
I added a www. forcer, however I need to edit it a bit - if I remove www somewhere outside the index, I get redirected to the index. (I'm not a .htaccess guru)
Here's my .htaccess:
The code that was added by me:
Here's my .htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.webdevelopforum.com$
RewriteRule ^(.*)$ http://www.webdevelopforum.com/$1 [R=301]
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !\..+$
RewriteRule . /index.php [L]
</IfModule>
The code that was added by me:
RewriteCond %{HTTP_HOST} !^www.webdevelopforum.com$
RewriteRule ^(.*)$ http://www.webdevelopforum.com/$1 [R=301]
Page 1 of 1

Sign In
Register
Help



MultiQuote



