theguru97321
IS-IT--Management
I have a site that is 'secure' it uses a cookie called ACCESS this data is stored in a database until the user closes the window, or logs out(gets deleted from database).
I would like to add a 'Remember Me' feature to the site, with out destroying the existing security. I use DBI and CGI calls, it seems that I can't use query->cookie after DBI is called, so this stops the ability to 'remember' what user was logged in based on his user_id.
How else can I go about this?
I have some knowledge of all this, but not enough to come up with the right answer, and maybe not even the right questions. I've search this and other sites for something to work with, and have come up blank. My head hurts.
I would like to add a 'Remember Me' feature to the site, with out destroying the existing security. I use DBI and CGI calls, it seems that I can't use query->cookie after DBI is called, so this stops the ability to 'remember' what user was logged in based on his user_id.
How else can I go about this?
I have some knowledge of all this, but not enough to come up with the right answer, and maybe not even the right questions. I've search this and other sites for something to work with, and have come up blank. My head hurts.