I am currently working on a drupal project, where i need to keep one session variable set even after the user logs out. Or i can preserve it before session_destroy is called and then set it back, But dunno how and where drupal handles it.
How to make it possible? Please Help!!!
You can save out your variable when using hook_user in drupal 6, or hook_user_logout in drupal 7.0.