セッションとは クライアントから何か処理を開始するときに、サーバー側でセッションIDを割り振り、クライアントに渡す。 この際に、セッションIDに付随する情報はサーバ側で保持する。 では、このセッションIDっぽいのをPlay Frameworkで使ってみようと、以下のStackoverflowをおおいに参考にした。 http://stackoverflow.com/questions/9416964/where-is-session-id-in-play-2-0 回答の、 Session id? it sounds so Java EE anyways... がカッコ良かったw Play FrameworkでSession ID とりあえずviewの方。 index.scala.html @(msg: String) @import helper._ @import helper.twitt