Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Missing session(
Message
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00559913
Message ID:
00560073
Views:
19
>Using ASP certain session variables are set such as session('gRepKey')=444. At a certain point the requirement is to connect to another server using IP address '123.123.123.123/OpenOrders.asp' to retrieve order information. When this happens the session variables become unavailable in the OpenOrders.asp.
>
>Why is that?
>We do not want to use '123.123.123.123/OpenOrders.asp?Repkey=123' which will create a confidentiality issues.
>How can I get around this issue?


Session variables don't scale to multiple servers. One solution is to store the state in a database accessible by all servers.
Guy Barrette, MCSD
============
Blog http://weblogs.asp.net/guybarrette
Microsoft Regional Director, Montreal, Canada www.microsoft.com/rd
MVP, ASP.NET http://mvp.support.microsoft.com/
President, Montreal Visual Studio User Group www.guvsm.net
INETA Regional Rep for Quebec www.ineta.org
UniversalThread Magazine Columnist (.NET Books Review Column) www.utmag.com
Tech Chair French Track, DevTeach 2004 & 2005 www.devteach.com
Business Architect, Microsoft Team - Nurun Inc www.nurun.com
XBox Live Gamer Tag: Slomo QC CA
Previous
Reply
Map
View

Click here to load this message in the networking platform