This is great Matt! thanks.
Matt Larson wrote:
Peter,
I have encountered a similar problem, and I think that the problem was
not in my code, but in where I was doing the session.invalidate(). In
trying to remove a cookie on logout, I found that I needed to do the
invalidation in an IEngineS
Peter,
I have encountered a similar problem, and I think that the problem was
not in my code, but in where I was doing the session.invalidate(). In
trying to remove a cookie on logout, I found that I needed to do the
invalidation in an IEngineService. You can then do a redirect to
whatever
Hi Everyone,
I want to redirect to a page (other than my home page) and invalidate
the session there.
After i call invalidate I get an exception that states the session has
already been invalidated, even if I invalidate the session on the target
page in pageEndRender. The question is how do