Thankyou very much martin.

I am create custom MyWebSessionStoreProvider class and this class
implements IProvider interface.
The get() method return a MySessionStore.
Then i am using following setter method to set the
MyWebSessionStoreProvider().
@Override
protected void init()
{
 setSessionStoreProvider(new MyWebSessionStoreProvider())
}

Now my application is running very fine

Reply via email to