I have a login system that I have to code. But what I don't understand is do I have to store cookies on client machine even if there is no Remember me? Wouldn't it be just better and "secure" if I store all required information in Session itself and use that to check in my BasePage to see if the user is authenticated or not?
If the remember me functionality was to be built then it would have required cookies, right? Please throw some light on this.