Welcome Guest, Not a member yet? Register   Sign In
Issue with Sessions! How to keep the user login forever
#7

Well, the session is only active as long as the browser window is open. Once the user closes the browser window, you have to find another way to do that. This is typically done with a cookie, and is the typical "Remember Me" functionality from logins. However, this method is full of security issues so you have to be very careful when you implement it. This discussion on Stack Overflow has good information about implementing a secure remember me.
Reply


Messages In This Thread
RE: Issue with Sessions! How to keep the user login forever - by kilishan - 12-16-2015, 08:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB