I've got a custom plugin that I wrote for 4.0.1. After 4.0.2, it is not working.
I hook at global_start and perform a basic query to an external MS SQL database which is based on the values of $vbulletin->userinfo['email'] and $vbulletin->userinfo['field5']. This returns a few fields which I then append to the vB session table for further use throughout the length of the users session.
While troubleshooting, it looks like after the update, I can no longer write to the session table using the method I had been. Has anything changed in this area or am I perhaps overlooking something else? It appears to work if I hook at global_complete, however the location is not ideal do to a different plugin I am using.
Anyone know what may have changed in this area that might affect this?
__DEFINE_LIKE_SHARE__