Menu

#125 Constant re-login

open
nobody
None
5
2012-10-11
2002-06-19
No

I'm running a 1.3 PHP wiki at http://tapestry.sf.net/wiki

Mostly, it works fine, but it constantly wants me to log
back in.

For instance, I'm on a page, and it identifies me as
HowardLewisShip.

I edit the page, preview the page ... all the while, it
identifies me as HowardLewisShip.

However, most of the time, when I click save, it makes
me log back in as HowardLewisShip again! Not 100%,
but most of the time.

I've attached my index.php to provide the remaining
details.

Discussion

  • Howard Lewis Ship

     
  • Dennis Daniels

    Dennis Daniels - 2002-09-27

    Logged In: YES
    user_id=403318

    I don't have that problem with moz 1.2a
    dgd

     
  • Nobody/Anonymous

    Logged In: NO

    I have the same problem!
    I tried mozilla and safari and I always have to relogin :-(.

    I'm using flat-file auth.
    The config looks like this:


    DEBUG = 0
    ENABLE_USER_NEW = true
    WIKI_NAME = U-WiKi
    ENABLE_REVERSE_DNS = true
    ADMIN_USER = admin
    ADMIN_PASSWD = "xxxxx"
    ZIPDUMP_AUTH = false
    STRICT_MAILABLE_PAGEDUMPS = false
    HTML_DUMP_SUFFIX = .html
    MAX_UPLOAD_SIZE = 16777216
    MINOR_EDIT_TIMEOUT = 604800
    CACHE_CONTROL = LOOSE
    CACHE_CONTROL_MAX_AGE = 600
    DATABASE_TYPE = dba

    DATABASE_DSN =
    "mysql://guest@unix(/var/lib/mysql/mysql.sock)/test"
    DATABASE_SESSION_TABLE = session
    DATABASE_DIRECTORY = /srv/www/wiki
    DATABASE_DBA_HANDLER = gdbm
    DATABASE_TIMEOUT = 20
    MAJOR_MAX_AGE = 500
    MAJOR_KEEP = 8
    MINOR_MAX_AGE = 500
    MINOR_KEEP = 4
    AUTHOR_MAX_AGE = 365
    AUTHOR_KEEP = 8
    AUTHOR_MIN_AGE = 7
    AUTHOR_MAX_KEEP = 20
    ALLOW_ANON_USER = false
    ALLOW_ANON_EDIT = false
    ALLOW_BOGO_LOGIN = false
    ALLOW_USER_PASSWORDS = true
    USER_AUTH_ORDER = "File"
    PASSWORD_LENGTH_MINIMUM = 8

    USER_AUTH_POLICY = strict
    LDAP_AUTH_HOST = "ldap://localhost:389"
    LDAP_BASE_DN = "ou=Users,o=Development,dc=mycompany.com"
    AUTH_USER_FILE = /srv/www/wiki/htpasswd
    AUTH_USER_FILE_STORABLE = true
    AUTH_SESS_USER = userid
    AUTH_SESS_LEVEL = 2
    GROUP_METHOD = WIKIPAGE
    DBAUTH_AUTH_CRYPT_METHOD = plain
    THEME = MacOSX
    CHARSET = iso-8859-1
    DEFAULT_LANGUAGE = de
    WIKI_PGSRC = pgsrc
    DEFAULT_WIKI_PGSRC = pgsrc
    DEFAULT_WIKI_PAGES = "ReleaseNotes:SteveWainstead:TestPage"
    ALLOWED_PROTOCOLS = "http|https|mailto|ftp|news|nntp|ssh|gopher"
    INLINE_IMAGES = "png|jpg|gif"
    WIKI_NAME_REGEXP =
    "(?<![[:alnum:]])(?:[[:upper:]][[:lower:]]+){2,}(?![[:alnum:]])"
    SUBPAGE_SEPARATOR = /
    INTERWIKI_MAP_FILE = lib/interwiki.map
    WARN_NONPUBLIC_INTERWIKIMAP = false
    KEYWORDS = "Category:Topic"
    COPYRIGHTPAGE_TITLE = GNU General Public License
    COPYRIGHTPAGE_URL = http://www.gnu.org/copyleft/gpl.html#SEC1
    AUTHORPAGE_TITLE = The PhpWiki Programming Team
    AUTHORPAGE_URL =
    http://phpwiki.sourceforge.net/phpwiki/ThePhpWikiProgrammingTeam
    TOC_FULL_SYNTAX = true


    I'm running the latest stable phpwiki (1.3.10).

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.