Session State for Multiple Sites using VB.NET

RSOF

New member
Joined
Jan 11, 2006
Messages
1
Programming Experience
5-10
If your are looking for examples of dealing with Session State problems then you will most likely come across examples using SQL server to maintain state on a clustered or load-balanced server for a single site, but I found nothing for multiple sites.

Through necessity I had to have a single login to access multiple sites and maintain session throughout (eg basket contents etc). I have developed a method to do this using SQL but not the included SQLSession scripts from MS which cannot deal with single session, multiple sites.

If anyone is interested, email me or reply and I will post the necessary code. I figured that since it took a while and flumuxed my dev team for a day I would offer the code/concept out.

Cheerz,
AR
aaron1reynolds@hotmail.com
 
Back
Top