Skip to content
Roy Tutorials
You are here
  • Home
  • Logout

Categories

  • Build Tool
    • Gradle
    • Jenkins
    • Maven
  • C
    • Array
    • Data Structure
    • Search Algorithm
    • Sort Algorithm
    • Structure
  • Cloud
    • Heroku
  • Database
    • HSQL
    • Liquibase
    • MongoDB
    • MySQL
    • PostgreSQL
    • SQLite
  • Docker
  • Email
  • File
    • Excel
    • File Download
    • File Upload
    • Word
  • Git
  • GraphQL
  • Java
    • Activiti
    • Code Quality
    • Cucumber
    • Design Pattern
    • Drools
    • Junit
    • Log4J
  • JMS
    • ActiveMQ
  • Kafka
  • Kotlin
  • Mosquitto
  • Mule ESB
  • ORM
    • Hibernate
    • JPA
  • PHP
    • Codeigniter
    • Wordpress
  • Python
    • Django
    • Flask
  • Security
    • htaccess
  • Siteminder
  • Spring
    • Spring AOP
    • Spring Batch
    • Spring Boot
    • Spring Cloud
    • Spring Core
    • Spring Email
    • Spring Integration
    • Spring JDBC
    • Spring JPA
    • Spring MVC
    • Spring REST
    • Spring Security
    • Spring SOAP
    • Spring Transaction
    • Spring WebFlux
  • Twitter4j
  • Unix
  • Web Tech
    • JavaScript
      • AJAX
      • Angular
      • Bootstrap
      • jQuery
      • NodeJS
      • React JS
    • JSF
    • JSP
    • Microservices
    • Reactive Programming
    • Selenium
    • Server
    • Servlet
    • Struts
    • Web Services
      • REST
        • Rest Assured
        • Swagger
      • SOAP
    • WebSocket
  • XAMPP

Tag: Logout

CodeIgniter Login Logout with Remembr Me

15th May, 202015th May, 2020 Soumitra

Introduction This tutorial will show you how to login logout to/from an application with remember me functionality in CodeIgniter framework using set_cookie() function. You can use get_cookie() to retrieve the value for a given key from cookie and delete_cookie() function to delete from cookie for a given key. Sometimes we need to remember username and password for few days or years so that next time onward a user can login without entering the username and password into the input fields. This gives users opportunity to remember their login credentials through cookie…

Continue
Codeigniter, PHPLogin, Logout, Remember MeLeave a comment

jQuery AJAX based Login Logout using Python Flask MySQL

17th May, 202017th May, 2020 Soumitra

Introduction I will create an example to show you how to build jQuery AJAX based login logout using Python Flask MySQL. Flask is a light-weight framework for building rapid web application whose data are stored into MySQL database server. We will use HTML, AJAX technique using jQuery technology to call the REST API for login and logout endpoints. We will validate the credentials on server side code, i.e., using Python and Flask. We send http status code 200 on success and 400 for invalid credentials. We will use template from…

Continue
AJAX, Flask, jQuery, MySQL, PythonjQuery AJAX, Login, LogoutLeave a comment

Python Flask Login Logout with Remember Me Option

17th May, 202017th May, 2020 Soumitra

Introduction In this post we are going to see how to give users opportunity to remember their login credentials through cookie so that next time they try to login to the application do not require username and password for login. In our previous tutorials we have seen how to login and logout from an application using the following examples: Python flask login logout example Python flask REST API login and logout example

Continue
Flask, PythonLogin, LogoutLeave a comment

JSP Servlet Login Logout with Remember Me

14th May, 202014th May, 2020 Soumitra

Introduction This tutorial, jsp servlet login logout with remember me, will show you how to login to an application with remember me functionality. Sometimes we need to remember username and password for few days or months or years so that next time onwards a user can login without entering the username and password into the input fields. The username and password fields get populated automatically from the cookie where the username and password are kept for few days or months or years.

Continue
JSP, ServletLogin, Logout, Remember Me3 Comments

JSF 2 javax.faces.application.ViewExpiredException

14th May, 202014th May, 2020 Soumitra

Introduction JSF 2 javax.faces.application.ViewExpiredException that arises due to the click on a link or button when session gets expired. This tutorial will show you how we can deal with ViewExpiredException or view expired exception and we will show a meaningful message to the user with a link which will take him/her to the appropriate page instead of showing such technical message.

Continue
Java, JSFException, Login, LogoutLeave a comment
Subscribe for Email Updates

Copyright © 2014 - 2021

Privacy | Terms & Conditions