Pablo E. Medina
Fri, 02 Nov 2001 04:08:25 -0800
Ok... After a while installing and reinstalling Perl modules i am not receiving errors. But i can not log in. If i insert xxx/yyy as user/password i am redirected to a Login Failed page. (this is ok) When i use Manager/secret as user/password (this is my first time) i am redirected to a page saying "You are not logged in. Please login first. " If i comment the lines # my # $session ; # ( $session , $ldap ) = Utils::login () ; # exit 1 # if !defined $session ; # Utils::done ( $session ) ; in ownerMenu.cgi, i can see the menu without problems, but each links redirects me to the page saying "you are not ".... and of course i cannot comment the session lines in each cgi In my var/tmp i can see -rw-rw-r-- 1 root root 56 Nov 2 07:14 1c0b5ec83eb95e9b523aa2dbadda2210 -rw-rw-r-- 1 root root 0 Nov 2 07:14 Apache-Session-1c0b5ec83eb95e9b523aa2dbadda2210.lock -rw-rw-r-- 1 root root 56 Nov 2 06:38 ff4821c45518747468ba017fe92a8696 so i guess sessions are stored. Any ideas? Any help? I am a bit worried. It seems that VishuaKarma is a great solution but i dont now how to handle tihs... Regards Pablo