
Jasmine
Administrator
Mar 22, 2000, 5:35 AM
Post #2 of 2
(448 views)
|
|
Re: script to manage membership access
[In reply to]
|
Can't Post
|
|
Using IP addresses to store membership information should not be used, because IP addresses (on most dialup services) change for each user each time the dial up. While cookies can be used to try to track users to avoid re-logging in, that's easily avoided by the user -- they can simply deny all cookies. So really there's no way to effectively and permanently store login information to prevent the user from ever needing to log in again. That being said, there's quite a few "Membership Manager" programs, that enable users to register and store passwords. Hope this helps!
|