durusmail: quixote-users: Re: Session Security: Selectively Disable CHECK_SESSION_ADDR
To 3 or not to 3
2006-06-23
Re: To 3 or not to 3
Session Security: Selectively Disable CHECK_SESSION_ADDR
2006-06-29
Re: Session Security: Selectively Disable CHECK_SESSION_ADDR
2006-06-29
2006-06-29
2006-06-29
2006-06-29
Re: Session Security: Selectively Disable CHECK_SESSION_ADDR
Neil Schemenauer
2006-06-29
Charles  wrote:
> Maybe the better option would be to move the check to the rest of the
> session handling code, where it could be run when enabled for that session.
> Any ideas on how to do this?

I think you could also do it inside the application code.  For
example, assuming you are using Quixote 2, add a _q_traverse method
does whatever checking is desired.  Return an error page if access
is not allowed.

> Has anyone else come up with a good way to keep sessions secure short of
> expiring them after a certain time?

Could you explain what kind of attacks you are concerned about?

  Neil

reply