Hi
I want to share a hash table among two plug-ins. I know that TSHttpTxnArgSet can share transaction specific data among plugins but want to know if thats the recommended way. More details: I have a hashtable that is keyed based on destination IP address and has actions for each plugin - <ip_add> - (<plugin1_action>, <plugin2_action>...). So each plug-in needs to look at that action it needs to perform based on hashtable lookup Thanks Karthik