Lift Web Framework

This is the "validation" page. In order to view any content under /login/*, you must be validated (logged in.) This is achieved with the following code in Boot.scala:

ignore => Full(RedirectResponse("/login/validate")) } ]]>

If the user is not validated/logged in, all pages under /login/* will be directed to /login/validate.

Press the button to validate the session and access /login/index.


Lift is Copyright 2007-2010 WorldWide Conferencing, LLC. Distributed under an Apache 2.0 License.
Lift version 2.3 built on Tue Apr 05 13:24:00 PDT 2011.
Stats: Total Memory: 499,777,536 Free Memory: 446,463,072 Open Sessions: 99
Updated At: Wed May 16 20:24:15 PDT 2012 Started At: Mon Mar 26 20:25:42 PDT 2012