Package ninja.utils

Class CookieDataCodec


  • public class CookieDataCodec
    extends Object
    CookieDataCodec and CookieDataCodecTest are imported from Play Framework. Enables us to use the same sessions as Play Framework if the secret is the same. Also really important because we want to make sure that our client side session mechanism is widely used and stable. We don't want to reinvent the wheel of securely encoding / decoding and signing cookie data. All praise goes to Play Framework and their awesome work.