Hi Naren, > 1) When user logged in then there is an entry in table "Athentication". Now > if user just close his browser window without logout, then this entry is > remain in database. How can I clear this table ?
This table is auto-cleared if you use the standard authentication element. People have by default an authentication session that times out after 20 minutes. These are purged when they are expired. The purging happens by default 1/50th of the times the sessions are accessed. You can configure all this with the following configuration values: DEFAULT_SESSION_DURATION // milliseconds, 1000*60*30 by default DEFAULT_SESSION_PURGE_FREQUENCY // 20 by default DEFAULT_SESSION_PURGE_SCALE // 1000 by default > 2) When I enable Rife schedular, it giving exception for table > indexdocument. What does this table contains? Do I need to create this table > ? I feel this table is used to create Lucene Index, then what entries this > table should contain? You probably used some scheduler participants of RIFE/Search. How did you 'enable the scheduler'? Where did you get the info from, I suppose you used something as an example. Best regards, Geert -- Geert Bevin Uwyn bvba "Use what you need" Avenue de Scailmont 34 http://www.uwyn.com 7170 Manage, Belgium gbevin[remove] at uwyn dot com Tel +32 64 84 80 03 PGP Fingerprint : 4E21 6399 CD9E A384 6619 719A C8F4 D40D 309F D6A9 Public PGP key : available at servers pgp.mit.edu, wwwkeys.pgp.net _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
