|
|
Posted 28/05/2005 16:39:27 |
|
|
Forum Member
      
Group: Customers
Last Login: 26/03/2007 05:11:10
Posts: 46,
Visits: 152
|
|
Hello, I've downloaded (and buy) this forum today. I'm in the trying period and found a couple minor bug including this one. Problem: Session variable are cleared before remove from the active user table so the user that log out are not removed from the active user. On every log out, ClearAllForumSessionVariables is callled. This remove the current session id. Then the Global.asax class Session_OnEnd and try to remove the current user from the active user. But that required the session id that is stored in session... but already gone at that point... How to fix it: For those like me that have develloper version and have source code. Copy code (5 lines) in Global.asax method Session_OnEnd to the file InstantForum.vb in method ClearAllForumSessionVariables before the SessionVariable get wiped out (around line 212). Hopefully this will be fixed also in version 4.0
Running InstantASP forum with many code change.
|
|
|
|