hello,
does anyone know if there is a way to implement a function with the same functionality as session_on_end in IIS? So you can set the session lifetime and be sure that when a browser crashes, the functionality of session_onend (eg. write all the session variables to the database) will be executed when the lifetime has expired?
Thanx,
werner
ps: obtw, is it possible to set a different session lifetime for every surfer?