I need to perform some actions on sesson destroy or after session is
destroyed. In Application I can override ths sessionDestroyed method.
This method hast he session id as it's parameter. So it should be
possible to address a certain Sesson. But how can I obtain the session's
id on creation? When I override the Application's newSession and create
an instance of MyOwnSesson, I have no session id at this moment. A call
to 
getSessionStore().getSessionId(request, false) leads to null becaus the
sesson is not in the session store at this moment. But is it possible to
detect the session id that the session will have after insertion into
the sessoinStore?

Stefan

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

Reply via email to