Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Different Databases - Same Web App
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00885360
Message ID:
00885752
Views:
21
Hi Shawn,

How about using a Session variable instead? Many people don't allow cookies to be stored on their machine. Here is how to store the session:
Session["MyDatabase"] = "MyDatabaseName";
>This is what I would like to do.
>
>The client logs into my application, Can I write to cookie what databases they will talk to and then have my APP read the cookie and connect to that database??
>
>If so could some one spare the time to show me how...or at least give me a link to how to....
>
>I am just learning this ASP.NET with C#.
>
>Thanks
>
>Shawn
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform