cksraj Posted June 3, 2010 Share Posted June 3, 2010 Hi I have to maintain username and password between different browsers or every new browser opened by user. I am using cookies to maintain values between browser closes/changes. When user's browser does not support cookies, it is not working. How to over come it? Do we have alternate to cookies? Kindly help me Thanks Crew Kasy Raju Link to comment https://forums.phpfreaks.com/topic/203741-php-cookies/ Share on other sites More sharing options...
phpchamps Posted June 3, 2010 Share Posted June 3, 2010 bt why do you want to store username and password both in the cookies??? whts the scenario??? Link to comment https://forums.phpfreaks.com/topic/203741-php-cookies/#findComment-1067090 Share on other sites More sharing options...
cksraj Posted June 3, 2010 Author Share Posted June 3, 2010 Yes, the scenario is when user checks the check box like "Remember me" in login page we should alow him to dashboard with out asking credentials in the next time. We remove his details, only when he logout from the webpage. Is this make sense? Thanks Crew Kasy Raj Link to comment https://forums.phpfreaks.com/topic/203741-php-cookies/#findComment-1067092 Share on other sites More sharing options...
phpchamps Posted June 3, 2010 Share Posted June 3, 2010 Ya it does makes sense.. but in that case also you should store only userid in the cookies not username and password.. and on the basis of the userid you can get username and password.....but however, its not secure... If cookies are disabled then i dont think that there is any workaround for that to store it on client side...you just try with yahoo's remember me option.. try to disable your cookies and check whether remember me option works or not.. Link to comment https://forums.phpfreaks.com/topic/203741-php-cookies/#findComment-1067098 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.