as the sublect says: ive problems with logging in. i was able to login yesterday, but not today.
ive already changed the admin pass (yes, md5 enrypted)
and ive also read (hopefully) all treads in this board which are about login probs.
when opening my cacti-page (http://freeznet.ath.cx:81/cacti) i get an PHPSESSION cookie. after i have submited my login form, i come to the login page again and also i get this session cookie again.
the session part of my php.ini looks like below(removed whitspace and comments):
Code: Select all
[Session]
; Handler used to store/retrieve data.
session.save_handler = files
session.save_path = /tmp
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
[....]
so please help me!
freez