Interface DbxSessionStore

All Known Implementing Classes:
DbxStandardSessionStore

public interface DbxSessionStore
An interface that lets you save, retrieve, and clear a single value in the user's web session.
 If your web app uses the standard Java Servlet API, just use
 DbxStandardSessionStore.
 
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    get()
     
    void
    set(String value)
     
  • Method Details

    • get

      String get()
    • set

      void set(String value)
    • clear

      void clear()