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: 477,233,152 Free Memory: 418,866,552 Open Sessions: 132
Updated At: Sat Feb 04 11:04:54 PST 2012 Started At: Thu Jul 07 11:17:57 PDT 2011