Miquel, There is no way to actually execute a session ending without using Application.cfc... This is the only real way to do it and that is to no longer associate the user with the previous session.. in essence it does the same thing... you just can't do cleanup afterwards. That is why Application.cfc is vital to make your applications run smoother and cleaner.

