Thread: Double Login
View Single Post
  #2  
Old 03-29-2006, 03:18 PM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default

This is a www versus no www issue related to cookies. If you are asked to log in a second time, try changing the link in the browser address bar to have, or not have, the www bit, and you should then be logged in okay.

One thing to do is change the relative gallery link under Site Goodies from href='/photoplog' to href='/photoplog/' because, if you go to http://locoforum.com/photoplog, the link changes to http://www.locoforum.com/photoplog/ and you appear logged out. Adding the ending slash to the gallery link should prevent that transformation.

Another thing to do is set an htaccess file to force the use, or non-use, of the www bit in links. Here are a couple of examples, the former being tested.
Code:
Content visible to registered users only.
Code:
Content visible to registered users only.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote