Hi,
is it possible to grap to cookies in other scripts?
I mean, after successful login, I set a cookie with password as value. This depends on a correct bind to a ldap-server. Then I link to an other page, where once can change its entries. In that page I also need the password, but dont want to login again. Currently password is saved in a session, but its no good solution, because pwd is written in plaintext within the session...
Thanks,
Tanja