|
Attention: Last reply in this thread was more than 18 Years ago |
|
Thread Tools |
#1
|
|||
|
|||
I still have this problem,,
I can login, but say, I look at the gallery, then the forum, then back at the gallery, I'll have to login a 2nd time.. http://locoforum.com/photoplog/ test - test user - pass if u want to test it out. nice looking product, there is a good chance I'll get the pro |
#2
|
||||
|
||||
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 |
#3
|
|||
|
|||
wouldn't it be easier to change the cookie path? from www.yoursite.com to .yoursite.com (not forgetting the first dot) ?
|
#4
|
||||
|
||||
That's a good suggestion too, especially for people who use subdomains for different sections of their site.
__________________
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 |
|
|