DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5799>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5799

PersistentManager overwrites session every 60 seconds

           Summary: PersistentManager overwrites session every 60 seconds
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I know the PersistentManager is currently experimental, but I thought you'd like 
to know about this. I found that if I enter a Manager element in server.xml for 
my web app context such as the one shown below, the current session is 
overwritten every 60 seconds by some old session data. If I don't put a Manager 
element the default systems seems to work OK - it's only when I add the Manager 
element. Also below is the debug output showing the reload every 60 seconds.

<Manager className="org.apache.catalina.session.PersistentManager"
    debug="4"
    maxActiveSessions="-1"
    minIdleSwap="-1"
    maxIdleSwap="-1"
    maxIdleBackup="-1">
  <Store className="org.apache.catalina.session.FileStore"
      degub="4"/>
</Manager>

Debug output:
2002-01-11 11:49:36 PersistentManager[/ps]: readObject() loading session 
C0D4D4C27372241483C324163333E594
2002-01-11 11:49:36 PersistentManager[/ps]:   loading attribute 
'weborganic.Login' with value '{username=philipr, userDetails={public=, 
product=ce, announce=ce, test=ce, demo=ce, admin=c}}'
2002-01-11 11:49:36 PersistentManager[/ps]:   loading attribute 
'weborganic.SpecifyGroup' with value '{group=demo, 
redirect=/ps/servlet/com.pageseeder.EditGroupURIs}'
2002-01-11 11:49:36 PersistentManager[/ps]:   loading attribute 
'weborganic.Subscription' with value '{selGroupId=6}'
2002-01-11 11:50:36 PersistentManager[/ps]: readObject() loading session 
C0D4D4C27372241483C324163333E594
2002-01-11 11:50:36 PersistentManager[/ps]:   loading attribute 
'weborganic.Login' with value '{username=philipr, userDetails={public=, 
product=ce, announce=ce, test=ce, demo=ce, admin=c}}'
2002-01-11 11:50:36 PersistentManager[/ps]:   loading attribute 
'weborganic.SpecifyGroup' with value '{group=demo, 
redirect=/ps/servlet/com.pageseeder.EditGroupURIs}'
2002-01-11 11:50:36 PersistentManager[/ps]:   loading attribute 
'weborganic.Subscription' with value '{selGroupId=6}'
2002-01-11 11:51:36 PersistentManager[/ps]: readObject() loading session 
C0D4D4C27372241483C324163333E594
2002-01-11 11:51:36 PersistentManager[/ps]:   loading attribute 
'weborganic.Login' with value '{username=philipr, userDetails={public=, 
product=ce, announce=ce, test=ce, demo=ce, admin=c}}'
2002-01-11 11:51:36 PersistentManager[/ps]:   loading attribute 
'weborganic.SpecifyGroup' with value '{group=demo, 
redirect=/ps/servlet/com.pageseeder.EditGroupURIs}'
2002-01-11 11:51:36 PersistentManager[/ps]:   loading attribute 
'weborganic.Subscription' with value '{selGroupId=6}'
2002-01-11 11:52:36 PersistentManager[/ps]: readObject() loading session 
C0D4D4C27372241483C324163333E594
2002-01-11 11:52:36 PersistentManager[/ps]:   loading attribute 
'weborganic.Login' with value '{username=philipr, userDetails={public=, 
product=ce, announce=ce, test=ce, demo=ce, admin=c}}'
2002-01-11 11:52:36 PersistentManager[/ps]:   loading attribute 
'weborganic.SpecifyGroup' with value '{group=demo, 
redirect=/ps/servlet/com.pageseeder.EditGroupURIs}'
2002-01-11 11:52:36 PersistentManager[/ps]:   loading attribute 
'weborganic.Subscription' with value '{selGroupId=6}'

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to