Re: Session invalidate question

2007-04-26 Thread Peter Stavrinides
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

Re: Session invalidate question

2007-04-25 Thread Matt Larson
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

Session invalidate question

2007-04-25 Thread Peter Stavrinides
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