|
|
|
|
|
Session
Action : was.session (Category : was, Name : session, By : kikonf)
Complete Name : was.session.by.kikonf Version : 5.0 License : Modified BSD License Purpose of the was category : Easy to customize. This category use in background the wsadmin command in jython mode (through AdminConfig, AdminControl and AdminTask), to drive WebSphere Application Server ® configuration. You can use it to manage the whole WebSphere ® architecture. Purpose of this session plugin : Tune a Session Manager The following shows a sample Action File to use with the Action : was.session This sample file can be run with this command : kikact was.session Toggle lines
<session
type = 'action'
enable= 'true'
do_cookies= 'true'
do_ssl_tracking= 'false'
do_security= 'false'
do_url_rewriting= 'false'
max_wait= '40'
>
<scope application='DefaultApplication' war='DefaultWebApplication.war'/>
<tuning
allow_overflow= 'true'
invalidation_timeout='50'
max_in_memory='1100'
schedule_invalidation= 'true'
/>
<cookie
name='JSESSIONIDX'
path='/www.aaa.com'
maximum_age='21'
secure= 'true'
/>
</session>
Trademarks :
|