kks_krishna Posted July 10, 2007 Share Posted July 10, 2007 HI, How to create the cookies and store it in client using PHP. When user next time logged in it should be automatically logged in. thanks, krishna Quote Link to comment Share on other sites More sharing options...
cooldude832 Posted July 10, 2007 Share Posted July 10, 2007 thats a risky system because people could modify the cookie Quote Link to comment Share on other sites More sharing options...
jitesh Posted July 10, 2007 Share Posted July 10, 2007 http://php.net/setcookie You need to save logged in values in cookie and fetch and use when user login again. Quote Link to comment Share on other sites More sharing options...
teng84 Posted July 10, 2007 Share Posted July 10, 2007 setcookie(name, value, expire, path, domain); cookie last till the specified time if not being destroyed Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.