Clearing cookie during logout - "Remember me" functionality
488542Jul 1 2008 — edited Jul 29 2008Hi
I'd like to enable users to "be remembered at this computer" not to force them to login each time. Therefore:
- I store particular cookie while "Remember me" checkbox is checked during login .
- User is automatically login if the appropriate cookie is found at the computer.
- I need to clear (remove) this cookie during logout. It can be easily done at one page by clearing cookie in the page processes followed by branch to LOGOUT_URL.
But how to implement this in the situation where logout can be done from approx. forty pages?
Thanks for any suggestions
Roman