added global UI properties, cookie-reading APIs to CookieControl, moved

HttpVeniceUISession initialization into a script file (session_init.js)
This commit is contained in:
Eric J. Bowersox
2002-05-12 08:53:28 +00:00
parent 128c33cd9b
commit ffc862426a
12 changed files with 425 additions and 91 deletions

View File

@@ -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. -->