Clear Cache in Rails
On implementing basic sign in functionality we need to handle our session properly. Even after proper session management, in following case we can view users confidential profile information. ->login into app ->Move to profile page -> Tap on Logout ->Press back button of browser -> Getting my last visited page(profile Page) We need to clear…
read more