added global UI properties, cookie-reading APIs to CookieControl, moved
HttpVeniceUISession initialization into a script file (session_init.js)
This commit is contained in:
@@ -57,6 +57,19 @@
|
||||
|
||||
</uri-paths>
|
||||
|
||||
<!-- Properties which are "read-only" from the point of view of the application. -->
|
||||
<properties>
|
||||
<!-- The script which is run to initialize the Web session. -->
|
||||
<property name="session.init">session_init.js</property>
|
||||
|
||||
<!-- The name of the persistent cookie used to automatically log users in. -->
|
||||
<property name="login.cookie">VeniceAuth</property>
|
||||
|
||||
<!-- The maximum age of the persistent login cookie. -->
|
||||
<property name="login.cookie.age">31536000</property> <!-- one year -->
|
||||
|
||||
</properties>
|
||||
|
||||
<!-- Settings related to the outer frame. -->
|
||||
<frame>
|
||||
<!-- The name of the JSP page that implements the outer frame. -->
|
||||
|
||||
Reference in New Issue
Block a user