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.1-SNAPSHOT built on Wed Sep 01 14:56:07 PDT 2010.
Stats: Total Memory: 267,976,704 Free Memory: 212,114,048 Open Sessions: 558
Updated At: Thu Sep 09 01:16:12 PDT 2010 Started At: Wed Sep 01 23:29:27 PDT 2010