Skip to content Skip to sidebar Skip to footer
Showing posts with the label Playframework

Preserve Page State For Revisiting Using Browser Back Button

I have a page that dynamically loads content based on a user pushing a button: ${document).ready(fu… Read more Preserve Page State For Revisiting Using Browser Back Button

Sticky Cookies In Scala

I've set a cookie in Scala similar to the following: val cookies:Seq[Cookie] = new Seq() val nD… Read more Sticky Cookies In Scala